I want to place an absolute positioned div behind text some text or images. The reason I can’t set the absolute div z-index to -1 is because there is content behind the text or images with background images. So the absolute div will be positioned behind that.
I am familiar with Javascript, jQuery, css etc. So what could I do to position the absolute div behind the text but in front of the background images?
Thanks!
Like this maybe?