Forum Moderators: not2easy
Thanks *so* much for any help.
P.S. -
I'm willing to get my hands dirty with a hack. I'm just about ready to give up on making my site work at all with IE.
[edited by: tedster at 5:45 am (utc) on Mar. 16, 2008]
[edit reason] no personal urls, thanks [/edit]
The z-indexed elements have to be either {position:relative} or {position:absolute}.
Explicit {z-index:0} sets a new z-context for this element and all of its children.
{z-index:0} is behind {z-index:1}, is behind {z-index:2}, ...
And doesn't
position: fixed allow for z-index layering as well? Can't remember, as I've never had to worry about that ... but I am fairly certain it does. And, if you are having trouble with IE -- are you using a full doctype? If you are, have you looked into the "easy route" by including Dean Edwards fantastic IE7 CSS fix [dean.edwards.name]?
[edited by: SuzyUK at 12:37 pm (utc) on Mar. 16, 2008]
[edit reason] fixed broken link [/edit]