IE6 Issue: In IE6, the SELECT element would appear on top
regardless of z-index values because windowed controls (like SELECT)
always render above windowless content. The typical workaround was to use
an IFRAME as a "shim" layer to block the SELECT element, since iframes
could cover selects.