Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need some help with an image placement on my website! Re: Need some help with an image placement on my website!

#73136
cybershot
Participant

try putting z-index on the element like this

z-index: 999;

the element that you put it on has to be a positioned element. the z-index tells it to appear before other elements in the stacking order.

Watch the video that Chris made on the matter

https://css-tricks.com/video-screencasts/40-how-z-index-works/