Absolute positioning error in IE6 with dropdown list
Posted
by Brisbe42
on Stack Overflow
See other posts from Stack Overflow
or by Brisbe42
Published on 2010-05-12T22:05:38Z
Indexed on
2010/05/12
22:14 UTC
Read the original article
Hit count: 222
I have a div, that I'm using JavaScript to position, so that when someone hovers over an image, it displays a tooltip message that follows along with the pointer. (Using tooltip-0.2.js )
The problem is that when a user goes to the page in IE6, a disabled dropdown box on the page is showing through this absolutely positioned tooltip when it tries to hover over it. How can I get this dropdownlist to know its proper place? ;)
© Stack Overflow or respective owner