tags:

views:

351

answers:

2

So i have a searchbox and on the right side of it there's a clickable drop down menu. When the user clicks, the menu drops down but in IE only it disappears behind some of the content underneath it. It works in Firefox (appearing over the content) I have the menu set to absolute position and it's z-index set to something like 999. If I take off the absolute position or change it to relative or something, it breaks the page in all browsers.

Help? Thanks!

A: 

Could you post some source code, maybe that would help figure things out.

somacore
+1  A: 

I think it could be this bug:

http://nathanostgard.com/archives/2007/5/16/relative_zindex_and_ie/ http://www.brenelz.com/blog/2009/02/03/squish-the-internet-explorer-z-index-bug/

But without seeing an example I can't be too sure.

Mark B
awesome thanks! I just had to add a z-index to the parent element. good ol ie ;)
Mike