On Thu, Jan 28, 2010 at 7:02 AM, Brajesh Patel <[email protected]>wrote:

> I am getting Z-index problem in IE 6.
> back ground select box are displaying on the popup when popup appear
>

It's nothing to do with z-index. Select dropdowns are rendered by the
browser's internal system last (as they are system controls), so they don't
respect the stacking order. Google for something like "ie6 select iframe"
for details of how to fix it with a positioned iframe (as they are the only
element that will cover up a select).

- Matthew


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************

Reply via email to