inherit
112533
0
Dec 8, 2022 0:53:44 GMT -8
Luke
2,993
October 2007
darkzer0
|
Post by Luke on Jul 1, 2009 5:55:45 GMT -8
Description: Will move the menu bar above the banner (or to the top of the welcome table.) Placement: Any of these codes must be put above this code.Global Headers:<script type="text/javascript"> /* Move Menu Above Banner */ /* By Luke */ /* http://support.proboards.com/ */
document.getElementsByTagName("tr")[2].style.display="none"; var td = document.getElementsByTagName("td"); var table = document.getElementsByTagName("table"); var mcell = table[0].insertRow(0).insertCell(0); mcell.colSpan = "2"; mcell.align= "center"; mcell.className = "menubg"; mcell.innerHTML = td[4].innerHTML; </script> If you have any code help PM me.
|
|