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 Sept 5, 2005 10:30:49 GMT -8
This will move the info center to the top of the forum, to wherever you place this part of the code:
<div id="info_center"></div>
Main Footer
<script type="text/javascript"> <!-- /* move info center to top of forum by ross */ if(location.href.match(/\.com\/?(index.cgi)?\??(&?action=home)?(#\w+)?$/)) { var tab = document.getElementsByTagName('table'); for(i=tab.length-1; i>0; 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.getElementById('info_center').appendChild(tab); break; } } } //--> </script>
|
|