How to stop background from scrolling on sales page?

3 replies
  • WEB DESIGN
  • |
I know it's a web design question
#background #page #sales #scrolling #stop
  • Profile picture of the author Mr Bill
    1) This has been posted in the wrong area. It needs to be moved to Website Design

    2) Just type the url. No one's in the mood for jumping through unnecessary hoops.
    {{ DiscussionBoard.errors[8844101].message }}
  • Profile picture of the author Andrew Gould
    For a quick fix change this line:

    Code:
    <body link="#0000FF" vlink="#0000FF" alink="#0000FF" bgcolor="#000000" background="http://traderreview.net/imagefolder/bg_finance.jpg">
    To:

    Code:
    <body link="#0000FF" vlink="#0000FF" alink="#0000FF" bgcolor="#000000" background="http://traderreview.net/imagefolder/bg_finance.jpg" style="background-attachment: fixed;">
    Signature

    Andrew Gould

    {{ DiscussionBoard.errors[8844106].message }}
  • Profile picture of the author juangarciamtl
    You have to change the div properties to be absolute or relative. This will make your div stay on the position that you want. This also is used when you have an image to stay on top of all other images. And be always on the same place
    Signature

    More than 105 modules , scrapes, post and make money.
    http://autopostingtools.com/

    {{ DiscussionBoard.errors[8861270].message }}

Trending Topics