This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: tabPanel z-index problem on ie6, ie7 and ie8nbelaevski Apr 2, 2009 7:12 PM (in response to ihpled)Hello, 
 That's a known IE bug. Please take a look: http://aplus.rs/lab/z-pos/
- 
        2. Re: tabPanel z-index problem on ie6, ie7 and ie8ihpled Apr 3, 2009 5:31 AM (in response to ihpled)Yes, you are right, ie 6 and ie 7 have a buggy z-index implementation. 
 Anyway that article shows that ie 8 behaves correctly in every z-index test but tabPanel problem still shows up in ie 8 browser.
- 
        3. Re: tabPanel z-index problem on ie6, ie7 and ie8ihpled Apr 3, 2009 5:49 AM (in response to ihpled)I found a workaround: 
 using style="position: relative; z-index: 10000;" on the first tabPanel solves the problem!
 I tested it on ie 7 and ie 8.
 Thanks
 
    