inherit
39163
0
Aug 19, 2006 1:45:52 GMT -8
ANDYSPUD
155
March 2005
andyspud
|
Post by ANDYSPUD on Jul 25, 2005 3:14:08 GMT -8
This code will change the class of the bar that separates announcements from the normal threads. It allows for a gradient image to replace the windowbg2 color. It currently changes the class to the catagory background but the red text can be edited to any class name. Code goes in global footer or all board footers. Works in Firefox, untested in Internet Explorer. <script> // Change announcement seperater bar class by ANDYSPUD // ngdesign.proboards52.comvar announce=document.getElementsByTagName("TD") for(t=0;t<announce.length;t++){ if(announce[t].height=="5"&&announce[t].className=="windowbg2"){announce[t].className="[red]catbg[/red]"}} </script>
|
|