Forum Moderators: open
I would post the link but that is not allowed. All I can say is when viewing it in IE6 it is like there is nothing but blank space. The background shows up correctly (i.e. the space from the top to the bottom of the page is the same on ie6 and 7) but the area that is supposed to have text is not there. The one thing I have noticed is I cannot select the text (i.e. my cursor does not turn into the I bar) which is what makes me think it is a z-index problem, but I deleted all the z-index tags on the problem areas.
Suggestions?
...makes me think it is a z-index problem, but I deleted all the z-index tags on the problem areas.
You don't have to be explicitly setting the z-index on elements for it to still be a z-index issue. If you are positioning elements then elements defined later in your markup will appear on top of elements already defined. You could then use the z-index property on these earlier elements to get around this.
Try setting borders on elements to see what overlaps.
Hhhmm, but in reading your problem again I have doubts whether it is a z-index related issue?!
W3C Validator - HTML [validator.w3.org]
W3C Validator - CSS [jigsaw.w3.org]