z-index:0 no working in IE7?

Weemosepey5

New Member
According to http://www.w3schools.com/cssref/pr_pos_z-index.asp even negative values are allowed,So i have this styles:\[code\]header{ width:275px; height:100%; min-height:720px; float:left; z-index:1000; position:relative;}.LevelCnt_1{ z-index:10; position:absolute; left:0px; height:100%;}/* apartados del nivel 1*/.LevelCnt_1 .content{ z-index:11; height:100%; position:relative;}/*El contenedor del nivel 2, nivel que se invoca desde nivel 1*/.LevelCnt_2{ z-index:0 !important; position:absolute; left:2px; height:100%;}/*Men
 
Top