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!