Category Archives: CSS

CSS Code Samples

CSS: Z-Index and Internet Explorer 9

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 just [...]