Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Aug 24, 2005 19:33:40 GMT
Main Footer This will move the info center to the top of the forum, just above the news fader.
<script type="text/javascript"> <!-- /* move info center to top of forum by elindir */ var tab=document.getElementsByTagName('table'); for(i=0;i<tab.length;i++) if(tab.className=="bordercolor" && tab.innerHTML.match(/<b>Info Center/i) && tab.width=="100%") { tab.previousSibling.style.display="none"; tab.previousSibling.previousSibling.style.display="none"; tab.width="92%"; tab.align="center"; document.body.insertBefore(tab, document.getElementsByTagName('br')[6]); } //--> </script>
|
|