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. >
What would help more is posting a link to the page that displays the problem. If you can't do that, yes, post the code, because we're not magicians. We have to see the problem to be able to fix it. :-) I bet you don't need to be setting z-index on the header at all (I've been doing CSS layouts for years and I have yet to ever use the z-index property), and I also bet that setting z-index will not make the images show up. Setting position: relative on them or giving them layout might. Or is it their container that needs layout? I can never remember on this bug... Anyway, send the page to the list and me or someone else will help. By the way, I recommend downloading the latest versions of those browsers you mentioned: Firefox 1.5.0.5, Netscape 8.1, Opera 9.0. Best, Zoe -- Zoe M. Gillenwater Design Services Manager UNC Highway Safety Research Center http://www.hsrc.unc.edu ______________________________________________________________________ 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/
