inherit
52328
0
Mar 13, 2009 16:15:58 GMT -8
CrAzY_J
871
July 2005
crazyj2
|
Post by CrAzY_J on Sept 15, 2005 19:31:56 GMT -8
description: changes the on|off icon of whichever board you wish, just change the red part for what board you want to switch the on|off icon off.
Main Footers ONLY
<script type='text/javascript'> /*different on/off icons created by naruto|recoded by CrAzY_J|tweaks by wildgoosespeeder Do not redistribute without permission of creator*/
var TD=document.body.getElementsByTagName("td"); function switchy(boardid,on,off){ for(t=0;t<TD.length;t++){ if(TD[t].width=="8%" && TD[t+1].width=="66%" && TD[t+1].getElementsByTagName("a")[0].href.match(new RegExp("board="+boardid+"$","i"))){ if(TD[t].getElementsByTagName("img")[0].alt=="[ ]" || TD[t].getElementsByTagName("img")[0].title=="[ ]") TD[t].getElementsByTagName("img")[0].src=on; else TD[t].getElementsByTagName("img")[0].src=off; break; } } }
switchy("boardid","url to on image","url to off image") switchy("boardid","url to on image","url to off image") switchy("boardid","url to on image","url to off image") </script>
red = board if to switch on/off image orange = url to on icon blue = url to off icon
|
|