Forums

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

Home Forums JavaScript Js Background slider behind content Re: Js Background slider behind content

#128620
CrocoDillon
Participant

I’m not sure what I’m looking at with that codepen…

With jQuery it’s easy to add z-index though: `$(‘img’).css(‘z-index’, -1);`