Friday, 27 June 2014

When css z-index does not work

Make sure all parent elements have overflow: visible.
z-index only works on positioned elements (position:absolute, position:relative, or position:fixed).

Also (trivial) make sure that there is not another z-index that is stronger than your own z-index

No comments:

Post a Comment