Link to home
Start Free TrialLog in
Avatar of wilson1000
wilson1000

asked on

jQuery Dropdown Issue - IE7 only

Hi Experts,

I am having a difficult time trying to fix a drop-down issue using jQuery and IE7. I am a seasoned developer with in-depth knowledge of CSS and and XHTML only, the debugger in IE's development tool isn't showing up CSS styles for some reason. So I turn to you...

I'm currently preparing the site on-line so you can take a look at the issue - there are some other cross-browser problems but these are in hand.

The Problem:

On our top navigation dropdown is floating behind the content as displayed in the screenshots attached. As mentioned this problem only exists in IE7.

Can you help please? Is this a known bug??

Thank you

 User generated image User generated image User generated image
ASKER CERTIFIED SOLUTION
Avatar of VirusMinus
VirusMinus
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of wilson1000
wilson1000

ASKER

Thank you! Didn't hear of Firebug Lite, you legend!
For the record, it was a layout issue. The drop-down was inside the top navigation bar. IE7 had an issue understanding this.

<did id="navbar">
 <!-- menu -->
  <div id="dropdown"></div>
</div>

After I relocated it outside the nav bar, all roses!

Thanks again :o)