|
Post by Bradley on Jan 8, 2006 20:51:35 GMT -5
By default there's no class on the admin functions cell. It inherits it's color from the body background.
Add this to your global footers to change it to any class you want:
<script type="text/javascript"> <!-- var images = document.getElementsByTagName("img"); for(i=0; i<images.length; i++){ if(images.item(i).alt.match(/admin functions/i)){ images.item(i).parentNode.parentNode.className = "windowbg"; } } //--> </script>
New Class Name
|
|