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 Jun 21, 2005 15:36:53 GMT -8
Global Header <script type="text/javascript"> <!-- /* move hey x... by elindir */
var pos="0"; // 1 for above buttons, 0 for below
var pclass='titlebg'; //Class of the Box
//Do not edit below var table = document.getElementsByTagName("table"); var iPM = table[0].insertRow(2-pos).insertCell(0); var td = document.getElementsByTagName('td'); var PM= td[2].innerHTML; td[2].style.display="none"; iPM.innerHTML='<table class="'+pclass+'" width="100%" cellspacing="1"><tr><td width="100%"><center>'+PM+'<\/center><\/td><\/tr><\/table>'; // --> </script>
All this does is grab the "Hey X, you have X messages, X are new." and puts it below either the banner or the buttons. To display between the Logo image and the menubar, make the purple bit "1" To display below the buttons, leave the purple bit at "0" If you want, you can also change the class of this new cell in red 10/4/10 - fixed a missing quote, Wormo
|
|