[quote=boim]gmana customize utk image bawahnya group ma fans box bro
[/quote]
Maksudnya background image??
[quote=mellowdick]tyuz title BAR ATAS juga g nongol,.,.,and box nya kok g minimes yach,.,.,.navigatorX juga g kluar,.,..
coba di benahi dunk
http://h1.ripway.com/cannabiz/coba.js[/quote]
http://h1.ripway.com/nopathz/mintol.html
Kesitu trus generate addbox supaya jadi mini/maxi
[quote]addBox("RIGHT",pageOwnerFName+"'s Visitors",TRACKER.div.innerHTML,"tracker",null);[/quote]
kalo mau di minimize & maximize ganti jadi:
[quote]addBox("RIGHT","<a href=\"#\" onClick=\"show_hide('content_tracker'); return false\">"+pageOwnerFName+"'s Visitors</a>",TRACKER.div.innerHTML,"tracker",null);[/quote]
Jangan lupa harus ada mxi/mini function..... Di bagian C:
[quote]function show_hide(the_box) {
if (document.getElementById(the_box)) {
if (document.getElementById(the_box).style.display == 'none') {
document.getElementById(the_box).style.display = 'block';
}
else {
document.getElementById(the_box).style.display = 'none';
}
}
}[/quote]
Last edited by ymm0t (2008-07-02 23:24:11)