Boshanka Web Design Blog

Web Design articles, news, snippets, tutorials and web design resources.

Safari Icon
Firefox Icon

Archive for z-index

Fix the IE6 Z-index Bug…

Posted by Ben on June 28th, 2010 in Tutorials & Resources | No Comments

Fixing the IE6 Z-index bug. I’ve been building a site over the last few days, and upon testing in IE6 Noticed one of my absolutely positioned divs – (the container for my menu) was displaying below a 2nd div which was also absolutely positioned. See the top of the image on the left. Surely this must be an IE6 Specific bug so I checked across other browsers and sure enough, the problem only occurred in Internet Explorer 6. The menu container had a z-index of 999, and as such should have been displaying above the second absolutely positioned container – ...

Read More