Tag Archives: browser compatability

Fix the IE6 Z-index Bug…

Posted on by Ben

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