I'm just guessing here, but it probably has to do with <select> elements otherwise "popping through" any other element in IE 6, regardless of z-index. There are a couple of ways to deal with that problem. One way is to layer an iframe on top of the select elements, but that might not work in this case (again, just guessing). The other is to just hide the select elements. Do the selects "reappear" when the area is unblocked? If they do, then I suspect the disappearance is intended behavior.

--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com



On Nov 14, 2007, at 7:21 AM, aknuth wrote:


Just have a closer look at http://www.malsup.com/jquery/block/ #element.
Blocking the div let the combos in IE disappear.
Any ideas about that ?


Reply via email to