Z-Index problems with IE6 and html <select> element
Posted
by rsturim
on Stack Overflow
See other posts from Stack Overflow
or by rsturim
Published on 2010-05-17T16:44:55Z
Indexed on
2010/05/17
16:50 UTC
Read the original article
Hit count: 229
I have a <div>
that opens up on a jquery hover event (display goes from hidden
to block
).
Sometime it's opens up over some form elements. And of course it works fine in all browsers except IE6. <select>
boxes bleed through as if there z-index is higher than the <div>
tag. I've tried setting the <div>
tag with a higher z-index, but it still gets ignored by IE6.
I'm hoping to implement any fix -- jquery or css, I really don't care at this point.
Any ideas?
© Stack Overflow or respective owner