Is there a way to position an absolute div behind text or images while staying in front of background images? I have content with background images behind the text, so setting the z-index of the absolute div to -1 won't work. Any suggestions on how to achieve this using JavaScript, jQuery, CSS, or other techniques?
Thank you for your help!