Forums

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

Home Forums Design Cannot Fix baground image in chrome in frames..

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #271768
    mcarmona
    Participant

    Hello, I’m trying to add a fixed image as background:

    I’m doing this:

    body {
    background: url(“/img/jessicap.jpg”) no-repeat center center fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #DDDDDD;
    background-size: cover;
    valign: middle;
    background-attachment: fixed;
    }

    And it’s working fine in Firefox/Edge, but, in Chrome, it’s not working when in a frame:

    Page in question:

    https://timestopping.com/privacy/ [Working]
    https://timestopping.com/privacy/f.htm [When in a frame. not working]

    Does anyone can help me?

    Thank you in advance,

    /Martín

    #271781
    chris_2080
    Participant

    Hello,
    add

    -webkit-backface-visibility: hidden; /* add to fix webkit bug jitter */
    

    to body

    #271788
    mcarmona
    Participant

    Thank you so much Chris… UGLY BUG…

    #272816
    halitguvenilir
    Participant

    Thank you so much Chris <3

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