Wiggle Your Nose
Internet Explorer Z-Index Problems on 10.28.2008 - I was trying to overlay a floating div layer on a website I and ran into a problem. The z-index doesn't seem to work on Internet Explorer (go figure!).
The Problem
Internet Explorer is automatically incrementing the z-index of any div layer you put on the page. That means no matter what you set your div layer's z-index to, the div tags following will always be one number higher.
The Solution
Put the div layers you want to float as the very last div...
1 results found