All in vain

Some rants about technology, PHP, people, tools, web etc from a developers perspective. Feel free to copy ideas, code or anything from here.

Friday, April 13, 2012

IE z-index bug for absolutely positioned elements

No comments
I hate IE. Its because of the way it interprets css standards it makes it painful for web developers. If you are facing similar issue that your absolutely positioned elements are hiding behind content below it do not despair, there is help at hand. Head to this blog.


In brief, giving the parent element a higher z-index actual fixes the bug.