I have a div element with text in it and a background image, which is set via the CSS property background-image. Is it possible to fade in the back
div
background-image
It's not possible to do it just like that, but you can overlay an opaque div between the div with the background-image and the text and fade that one out, hence giving the appearance that the background is fading in.