Forum Moderators: not2easy
This is a known problem with IE, here is a post on the matter - [webmasterworld.com...]
HTH,
-Gs
The select control is a windowed control/element (controlled by the browser and OS) other more manageable controls are windowless.Windowed controls have an infinite z-index, that prevents them being hidden.
I am still quite sure that this is still the case and nothing can be done with CSS. I am sure if I am wrong someone will point this out.
-Gs
I know the select boxes have infinite z-indexs however they are able to be hidden via visibility:hidden;. I can only confirm this in ie6,7, and ff2 but it does work but is a pain as I have to code mouseover's and outs on the links that I want to hide the select boxes thus why I was wondering if there was a way to do: a:tooltip:hover .tooltip_hide{visibility:hidden;} without .tooltip_hide being a sibling or child of .tooltip.