I’m working on a tabbed UI within the browser using CSS. Everything looks okay on Mozilla, but not on IE. As near as I can tell, all the browsers I tested are ignoring the CSS z-index property, even though everything I read says it should be supported.
I also uploaded theĀ source. Anybody got a clue what the problem might be? Am I just misunderstanding the use of z-index?
Update: It’s fixed! Kim Grasman and Hugh Brown led me to the solution, and the fixed code isĀ here.