|
Post by Reverse Blade on Jun 29, 2007 11:40:37 GMT -5
Crossbrowser: yep Goes In: Main Footer Preview <script> <!--
//By Reverse Blade
var bowl=document.getElementsByTagName('td') for(t=0;t<bowl.length;t++){ if(bowl[t].className=='windowbg2' && bowl[t].align=='left' && bowl[t].width=='66%') { var cookie=bowl[t+1].innerHTML bowl[t+1].style.display="none" bowl[t].setAttribute('width','50%') } if(bowl[t].className == 'titlebg' && bowl[t].innerHTML.match(/>(Topics)<\//)) { bowl[t].style.display="none" } if(bowl[t].className == 'titlebg' && bowl[t].innerHTML.match(/>(Posts)<\//)) { bowl[t].innerHTML='Posts & Topics' bowl[t].setAttribute('width','12%') } if(bowl[t].className == 'windowbg' && bowl[t].width=='1%' && bowl[t].align=='center') { bowl[t].innerHTML+=' | '+ cookie +'' } } //--> </script>
|
|
|
Post by Kim on Jul 17, 2007 21:59:26 GMT -5
Sweet, very nice.
|
|
|
Post by Reverse Blade on Jul 21, 2007 0:17:09 GMT -5
Thanks
|
|
|
Post by Kim on Jul 21, 2007 0:37:55 GMT -5
You're welcome.
|
|
|
Post by Sodium on Aug 3, 2007 10:59:27 GMT -5
That looks good, I might use it. Thanks.
|
|
|
Post by Reverse Blade on Aug 5, 2007 12:57:38 GMT -5
THanks
|
|
|
Post by •Reign• on Oct 22, 2007 9:36:36 GMT -5
That's nifty. ^_^
|
|
|
Post by Reverse Blade on Oct 29, 2007 19:11:46 GMT -5
Thanks
|
|