Forums

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

Home Forums CSS Chrome doesn’t display background image Re: Chrome doesn’t display background image

#123767
Edgarr
Participant

@theDoc is right, if you change background-image to background it works.

Apparently the div#slide4 background-attachment value is being inherited from the div.slide. So you can set the div#slide4 background-attachment to its default value “scroll”, and the image will be visible in the right place. I hope this helps.