The issue is that IE6 uses a native control for select boxes, giving it a higher z-index
than all the other "normal" controls (i.e. it's rendered "on top"
of everything else on the page).
One workaround I've seen (on an internet banking site) is to hide the select menu
while the popup is open, then redisplay it again when the popup is closed. This should
only take a couple of lines of javascript to implement and is probably the easiest fix.
IE == shonky.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065999#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...