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 Dec 31, 2005 12:39:17 GMT -8
Global FooterWhat this will do is make it so that you must click on the actual thread/board name in order to enter it. It stops you being able to just click on the cell itself <script type="text/javascript"> <!-- var td = document.getElementsByTagName('td'); for(i=0; i<td.length; i++) { if(td.item(i).width.match(/^(66|4(3|8))%$/) && td.item(i).onclick) { td.item(i).setAttribute('onclick',''); td.item(i).style.cursor = 'default'; } } //--> </script>
|
|