Jump to content

Cross Browser Drop-Down Menu Problems


justinbriggs1

Recommended Posts

Hey everyone, I'm having trouble isolating a problem with one of my drop down menus. It seems to work fine in Firefox, but not in any other browsers, where the third <li> of the sub-menu is always missing. The site is http://www.jwbriggs.net/theresa/what-we-do/and the menu is "See services by outcome", right below the content.I've usually prefer to figure out these issues on my own, but it looks like this time I will have to rely on the expertise of the forum. Any help would be appreciated. Thanks,JW

Link to comment
Share on other sites

The #main div has "overflow: hidden" and your dropdown menu is falling outside of it. You should either change the overflow or give enough vertical space for the dropdown.

Link to comment
Share on other sites

Great, thanks. I wouldn't have thought to look that far back.
It took me quite a while to find it, even with Firebug. Sometimes it's just difficult, especially when you have lots of nested elements.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...