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> Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.