inherit
52328
0
Mar 13, 2009 16:15:58 GMT -8
CrAzY_J
871
July 2005
crazyj2
|
Post by CrAzY_J on Jan 3, 2006 12:13:33 GMT -8
Exactly what the names says. It's open source, but please keep my copyright in there . Global Footers: <script type='text/javascript'> /* Remove on/off icons from sub-boards created by CrAzY_J Open Source*/
var gCell = document.body.getElementsByTagName('td'); var pattern = /^Sub-Boards$/; if( this.location.href.match(/board=\w+(&\w+=\d)?$/) ) { for( var c = 0 ; c < gCell.length ; c ++ ) { if( gCell[c].className == 'titlebg' && gCell[c].colSpan == '2' && gCell[c].getElementsByTagName('b')[0] && gCell[c].getElementsByTagName('b')[0].firstChild && pattern.test( gCell[c].getElementsByTagName('b')[0].firstChild.data ) ) gCell[c].colSpan = 1; if( gCell[c].width == '8%' && gCell[c].className == 'windowbg' ) gCell[c].style.display = 'none'; } } </script>I think it's all DOM =P Edited by Trublu for mod to work with tabbed tables
|
|