Possible Duplicate:
Css z-index problem
I have an issue where one image is infront of another and z-index doesnt seem to change it.
I am trying to make it so the logo is on top of the gray bars image.
Can anyone explain to me why this is not working?
z-indexonly works withposition : relative/absolute/fixedso giveposition:relativeto your logo.http://jsfiddle.net/vzPUw/1/
Updated
http://jsfiddle.net/vzPUw/3/
In this, I changed in the markup because we never put
blockelement inside aninlineelement.<a>is aninlineelement &h1is ablockelement.