Quote:
Originally Posted by davida500
The full header is too long to post haha, so i have attached a document with the full header code.
Thanks for the help 
|
Sorry been off.... broadband is playing up big time.
OK had a look and can't see any div or tables as I thought... but I did find the reason for the look. I can't see anywhere in your edit (where you placed in the url's for your menu) where javascript is turned off.
For instance you have:
Code:
<li><span class="qmdivider qmdividery" ></span></li>
<li><a class="qmparent" href="/forums/usercp.php">CONTROL PANEL</a>
I was expecting to see something like this:
Code:
<li><span class="qmdivider qmdividery"></span></li>
<li><a class="qmparent" href="javascript:void(0);">CONTROL PANEL</a>
If I'm right (I'm no Javascript guy) but without the switch turning off javascript the menu (I'm pretty sure) will not format correctly.
I tried several menu headers with the above javascripts and the menu moved along from left (justified) to right on one line.
Basically what I'm saying that if you replace the top code with the second code I posted for each section in your menu the menu will show properly.