NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Dec 3, 2011 21:02:34 GMT -8
Edit: I figured it out. By setting an exact height for the cell.wwevstna2011.proboards.comWormo, Helping a user out getting her layout done. Implemented this code here to move the menu into a TD by ID: <script type="text/javascript"> /* Move Menu Above Banner */ /* By Luke */ /* [url]http://support.proboards.com/[/url] */
document.getElementsByTagName("tr")[2].style.display="none"; var td = document.getElementsByTagName("td"); var mcell = document.getElementById("nav"); mcell.align= "center"; mcell.className = "menubg"; mcell.innerHTML = td[4].innerHTML; </script>
This works great when on the homepage or inside the boards. But if you move into the admin area or into a persons inbox it creates a few clones of the background.
|
|
|
Post by Wormopolis on Dec 8, 2011 19:24:07 GMT -8
might have been more due to the fact that it was inside a border around forum and it was picking up the wrong cell.
|
|