Keep div:hover open when changing nested select box
This is an IE-only problem. You can see the problem here (dead link) with IE (wait for the page to load, and hover the NY Times icon in the bottom left toolbar. Then try to select a new option). The Layout: .toolTip becomes visible when it's parent div is hovered over. Inside of .toolTip is a select box. When the user opens the select box to make a selection, the parent element gets hidden. Why is IE thinking that when I hover over the Select box, I am not over the parent div anymore? Here is some relevant code (pared down for clarity): #toolBar .toolTip { position: absolute; display:none;