You are viewing a post by ymm0t. View all 59149 posts in [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-.
[/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)