Drop down menu

Hi,

Nearly there, just struggling to get my menu to drop down. Site is http://emeraldangling.com/

If you hover over ‘local area’ tab it drops down with 3 sub menus, but the are all horizontally aligned instead of vertically.

I think it’s to do with my #menu li being floated left but I don’t know how to over come this as I still want the 1st level menu floated left.

Any help / pointers greatly appreciated.

Ronan

Hi, it’s just because you need to unfloat the dropdowns <li>'s :). Simple fix.

#menu li li{float:none}

You’ll have to mess with the dropdowns anchors (via something like…#menu li li a{}) in order for the gap between the dropdowns to disappear.

Thank Ryan,

That’s certainly a start. I’ll tidy it up a bit.

Appreciate the quick response!

Glad I could be of help :). You’re welcome. I have no life currently due to school and work so I spend my time here now.