Hi Ryan,
My site is; http://www.vtwincyclemotorcyclescooter.com
The dropdown menus works great in FF but using I.E.
7 the second level menu is spaced far to the right.
I read your solution re the ul div wrapper but can’t find it in my code. Where would I look for that?
Here’s your post;
You have an errant UL tag with an ID of #nav wrapped around the menu.
It will look something like the following in your theme:
Code: [Select]
<ul id="nav">
<?php suckerfish(); ?>
</ul>
You need to remove those UL tags like so:
Code: [Select]
<?php suckerfish(); ?>
Thanks
Murray