By the way, non-positioned elements do not have a z-index, so you can remove that from your rule. Even if they did, though, using z-index of zero can make the browser put the element BELOW the plane of the page (which is z-index=1 by default), so it's not a good idea.
↧