PDA

View Full Version : One Long Background



Chamza
25 May 2010, 11:20 PM
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

<CrGeary.com/>
26 May 2010, 04:21 AM
Its multiple pictures

Its something like this;


<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?