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

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42560
    natopia32
    Member

    Hi,

    I’m creating a parallax-scrolling site for my upcoming wedding. The site currently features three slides, each with its own background image. All three background images appear just fine in Safari and Firefox. Chrome, however, only displays the first two background images. The third background-image, “crystal_cave4.jpg” does not appear. Please help!

    The url is http://www.nateandlish.com

    Thanks!

    #123762
    JohnMotylJr
    Participant

    @natopia32 : I don’t have a fix at the moment but just wanted to say that your site is super cute for them. Great job so far.

    #123763
    TheDoc
    Member

    So weird, if I change it from `background-image` to just `background` it works fine.

    #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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.