I was trying to keep a logo above a slider but i was unable to set the z-index properly
I have tried Z-index increasing order but not able to get it right
the link is
http://design3web.in/law-firm/
their is a image back of the Head-slider i want to get it on front
I have Given Z-index for slider as 1
and z-index for logo is 10 but this didn’t work
And i also want to make the image responsive the thing
margin-top: -400px;
height: auto;
z-index: 100;
position: absolute;
max-width: 90%;
but still the image is not totally responsive
Also have problem with the image moving upwards or downwards as it is responsive
Set the
z-index:10001also set the image toposition:absolutethen set thetop:to the correct value.Check it out – http://jsbin.com/itiviw/4