inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jan 29, 2006 15:29:34 GMT -8
Main Footer
This will merge the cells in the info center containing the icon and the information
<script type="text/javascript"> <!-- /* remove border from info center icons - ross */ if(location.href.match(/\.com\/?(index.cgi)?\??(action=home)?(#\w+)?$/)) { var td = document.getElementsByTagName('td'); for(i=td.length-1; i>4; i--) { if(td.item(i).width == '20' && td.item(i).className == 'windowbg') { td.item(i).style.display = 'none'; td.item(i+2).innerHTML = '<table><tr><td vAlign="middle" style="padding-right: 8px;">'+td.item(i).innerHTML+'</td><td width="95%">'+td.item(i+2).innerHTML+'</td></tr></table>'; } } } //--> </script>
|
|