I am displaying/hiding a DIV by changing visibility between visible
and hidden when the user mouses over a link.
So, when the user hovers over this link, a 'popup' with some
information appears.
This works fine except that in IE (6.0.2900.2180), if there are any
SELECT objects on the page underneath the visible DIV, they show thru
the DIV. This does not happen in FireFox.
Radios and TextAreas underneath the DIV don't show thru. I don't know
about TEXT boxes.
Does anyone know a fix for this?
Thanks