On Thursday, July 27, 2006 10:10 am, Matthew Stoneback wrote: > I am using a z-index in my css document to place a header. > The following browsers display the page correctly: Firefox > 1.5, Netscape 7.2, and Opera 8.51. Internet Explorer 6.0 > places the image in the lowest z-index which totally hides the > image I am trying place on top. Does Internet Explorer have a > glitch or bug with the z-index property or am I just doing > something wrong in my coding? Why does Internet Explorer read > my css so differently? I do not have a place to upload my > pages as of yet, so I know it might be hard to help me on this > issue. If it would help, I can post parts of my code.
I don't remember the specifics, but had a similar issue with a page I developed using stacked images. I found that using absolute positioning solved my problem. And yes, IE does have issues rendering css properly. -- scott ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
