Got a weird problem in IE, I've got a css dropdown menu that's ok dropping down over flash and images but for some bizarre reason when it drops down over a select list in a form it drops in behind it?
I've tried z-indexing the div for the form, the select itself, but no luck.
It goes over the top of the textfields fine, just the select/list/menu element is an issue? Fine in FF?
I've tried z-indexing the div for the form, the select itself, but no luck.
It goes over the top of the textfields fine, just the select/list/menu element is an issue? Fine in FF?
). The only way to get round it was to set the visibility of the offending dropdowns to hidden at onmouseover on the css menu, and then set the dropdowns to visible at onmouseout of the css menu:
