19
Dec
Learned. |
I guess I never really understood what the hell was going on with the z-index property. Turns out that each positioned item gets its own z-index “stack” in IE, which will explain why your items with z-index of “-5″ can still appear above “80.” The key is finding a layer of parallel ancestors that are being positioned, and giving them z-indexes as well.
Or. So I understand.


Recent Comments