ifubad Posted September 23, 2008 Share Posted September 23, 2008 from what I've read, is that the z-index bug affects positioned elements like div#parent{position: relative} div#child {position:absolute} What about the following a {position:relative} span {position: absolute} <a xxxx> <img xxxx><span><img xxxx></span> </a> Link to comment https://forums.phpfreaks.com/topic/125444-solved-ie-6-7-z-index-bug/ Share on other sites More sharing options...
dbrimlow Posted September 23, 2008 Share Posted September 23, 2008 Tags, classes, IDs ... they ALL use the same css rules (hence trigger the same bugs) whenever a "styling" element is applied to them. Link to comment https://forums.phpfreaks.com/topic/125444-solved-ie-6-7-z-index-bug/#findComment-648944 Share on other sites More sharing options...
ifubad Posted September 23, 2008 Author Share Posted September 23, 2008 weird, cause I found that the z-index bug is eliminated in IE6 & 7 using the above tags and some css, does not work completely in 8 beta 2, but that's beta. But do notice the bug acting up once I start using other elements as containers. thnx Link to comment https://forums.phpfreaks.com/topic/125444-solved-ie-6-7-z-index-bug/#findComment-648959 Share on other sites More sharing options...
dbrimlow Posted September 24, 2008 Share Posted September 24, 2008 As you know with css, one thing impacts another. I would guarantee that the issue is how your tag and class/id style elements conflict with each other ... particularly if you are not declaring the styles for all "tags" and leaving it all to their "browser generated defaults". Remember, tag default styling is different from browser to browser ... particularly paddings and margins. Link to comment https://forums.phpfreaks.com/topic/125444-solved-ie-6-7-z-index-bug/#findComment-649602 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.