Quote Originally Posted by tinorebel View Post
halo jettrude, much tanks for the code..I have been doing some testing, and looks as if on ie 5.2 on Mac the dropdown menu stays at his place but does not drop down. On ie 6 where the problem was found first time , applying your code aparently does not solve the problem. The problem disapears when I turn on "Categories-Tabs Menu" .....

So I will just leave it on for the moment.

Have a nice day.
Hi there,

I just looked at your site again, and it looks like you want to use the "narrow header version", but you didn't make all the changes for the narrow header. The section below is where you need to make changes:

#navMainWrapper {
width:100%; /* change to width:70em; for narrow header*/
margin:0 auto;
text-align:center;
}

#navMain {
width:70em /* remove width:70em; for narrow header */
margin:0 auto;
}

#navEZPagesTopWrapper {
width:100%; /* change to width:70em; for narrow header*/
margin:0 auto;
text-align:center;
padding:.5em 0;
}

#navCatTabsWrapper {
width:100%m; /* change to width:70em; for narrow header*/
margin:0 auto;
text-align:center;
padding:.5em 0;
}

#dropMenuWrapper {
width:100%;
background:#929292 /* remove background:#929292; for narrow header*/
margin:0 auto;
height:2.18em;
position:absolute;
top:0;
left:0;
}