[b]Credits[/b] : Angell de Ville and Crazydavinci

Recommended for those who use Load & Unload Trick
[b]1.[/b] Put this script outside your onload handler :
[spoiler]function showhide(x){
mod=document.getElementById(x)
if(mod){
mod.style.cssText="display:"+(mod.style.cssText.indexOf("block")!=-1||mod.style.cssText==""?"none":"block")+"!important"
}
}[/spoiler]
[b]2.[/b] After that put this script inside your onload handler :
[spoiler]showhide("[b]divID[/b]");showhide("[b]divID[/b]");showhide("[b]divID[/b]");showhide("[b]divID[/b]");showhide("[b]divID[/b]");[/spoiler]
Change the [b]divID[/b] with divID of the box you wish to hide. Here is the list :
[quote][b]0[/b] = controlpanel
[b]1[/b] = photos
[b]13[/b] = blogs
[b]12[/b] = reviews
[b]6[/b] = moreabout
[b]18[/b] = publiccomments
[b]10[/b] = scrapbook
[b]15[/b] = meettrail
[b]2[/b] = friends
[b]14[/b] = googleads
[b]7[/b] = fan
[b]8[/b] = groups[/quote]
[b]3.[/b] Done and happy tweaking FTalk'ers

[b]To FTT Mods[/b] : If this tutorial similar to Xavier's thread here [url]http://theftalk.com/t7772-hide-code-%28script-style%29.html[/url] please delete this thread. Thank you
Last edited by KaNaLiTnUk (2008-11-01 13:16:03)