• Resolved paragondk

    (@paragondk)


    I want to prevent the top image from scrolling down. It creates a shadowy effect of the image further down. Setting it to “fixed” in the options doesn’t do a whole lot to prevent this, so I’m thinking I need to delve into the code somewhere. But where? ??

    Where is the placement of this image, and its subsequent shadowing down as you scroll, defined?

    Viewable here: https://nice-feet.dk.linux103.unoeuro-server.com/test/

Viewing 4 replies - 1 through 4 (of 4 total)
  • salsaturation

    (@salsaturation)

    @paragondk

    the link you sent contains no styling and missing images

    Thread Starter paragondk

    (@paragondk)

    Ahh crap, it’s because DNS isn’t updated. I changed my hosts file to have nice-feet.dk point to 94.231.103.119

    Thread Starter paragondk

    (@paragondk)

    Fixed it by changing to

    body.custom-background {
    background-position: top center !important;
    background-attachment: scroll !important;

    In the Zerif stylesheet. (was “fixed” instead of “scroll”).

    salsaturation

    (@salsaturation)

    great – don’t forget to mark it as resolved

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Prevent background image / top image from scrolling’ is closed to new replies.