Tips, Tricks and Information for the Modern Technologist

Category: CSS


CSS: Z-Index and Internet Explorer

Posted 14th June in CSS. 16 Comments

If you try to use Z-index with Internet Explorer (I hear this is a problem on both 6 and 7), you may have problems getting it to “listen” when Firefox seems to handle z-index just fine. The problem is a bug in IE which does not render z-index properly all of the time. If you [...]