HTML, CSS gurus 🙂
I’m making image frame over images which changes all time. Sorry for my bad English, I’ll try it explain, you can see live demo here:
http://jsfiddle.net/thisizmonster/fWUKn/
What I want is silver background frame should cover the slideshow images.Now the frame is behind the Flinstones image.
z-index only works with
position:absolute,position:relativeorposition:fixed.Add one of those to your elements will fix your z-index problem.
Greetz,
XpertEase