Results 1 to 2 of 2

Thread: One Long Background

  1. #1
    Chamza Guest

    One Long Background

    I am trying to achieve an effect like this, where it seems like there are multiple backgrounds:

    http://crushlovely.com/

    I know how to do that scrolling technique it utilizes...but how is the background done? Is it multiple pictures or one long picture?

    Thanks

  2. #2
    Join Date
    Mar 2010
    Location
    England
    Posts
    1,144
    Its multiple pictures

    Its something like this;
    HTML Code:
    <div id="wrapper">
       <div id="block1"></div>
       <div id="Block2"></div>
       <div id="Block3"></div>
    </div>
    You basically treat each individual "Block" as i called it, as a new page. So just pretend you are making 5 or so separate pages whicih are just underneath eachother. DO you see what i mean?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •