treehouse : what would you like to learn today?
Web Design Web Development iOS Development

IE 7 issue with SImple Drop Down Menu

  • I have an issue within IE7 with this site I am developing Here.

    I am using Chris' Simple jQuery Dropdown menu and in IE7 the menu is displayed behind the content div which has either a slider in it or simple text with a background color. I have attempted to use z-index but to no avail. Any thoughts?
  • where are you using the z-index? if you haven't yet, try it on #header
  • That's where I wasn't using it...it didn't even cross my mind to apply z-index to the parent div. Thanks for your help.
  • Just so you're aware, its an IE7 bug - you should be able to place the higher index on the element itself...