Quote Originally Posted by pb4 View Post
Hi,

Please can someone help...the drop down menu is not working correctly in IE7... see here

As you will be able to see in IE 7(works fine in firefox) the drop down menus are not right. When you roll over the first link the first drop down doesn't fall below the horizontal links but on top and then the same things happens with the other drop down boxes, they cover the top links.

How can we correct this? Any help would be great...

Thanks
You'll need to find the correct 'top' command for that menu, but i'm pretty sure its:

div#dropMenu ul.level2

and add:

div#dropMenu ul.level2 {
top:25px;
}

and adjust the 'px' to suit.