Tuesday, June 8, 2010

On Z-Index

Common issue but one that I often forget and see people asking about:

The z-index css property does not work on static positioned elements (the default positioning). Make it at least position: relative to make z-index do something.

No comments: