AbhijeetMuneshwar / ie6-upgrade-warning

Automatically exported from code.google.com/p/ie6-upgrade-warning
0 stars 0 forks source link

Z-Index #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create div/item with a high z-index
2. Reload page
3. ...

What is the expected output? What do you see instead?
The div, or in my case li items are above the message.

What version of the product are you using? On what operating system?
?

Please provide any additional information below.
Visit http://Karrun.co.uk/ to see this (view in ie6 obv.) (Date21st May,
Time: 7.46pm GMT)

Original issue reported on code.google.com by Milan.Od...@gmail.com on 21 May 2009 at 6:46

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Add _d.style.zIndex = 2; at line 85

Add _dl.style.zIndex = 1; at line 93  

The second line should be smaller than the first.  You can move them both 
higher in
value if you have other z-index'd elements on the page

Original comment by fritcher...@gtempaccount.com on 8 Feb 2010 at 3:26

GoogleCodeExporter commented 8 years ago
that fix works as apposed to the file posted in issue 10 which is broken even 
worse... i used the numbers 998 and 999 however to make sure everything was 
covered... 

Original comment by mephi...@gmail.com on 11 Oct 2011 at 11:43