OK, so I have these background <div>
s which pan left and right using the jQuery plugin, spritely.
So, I was wondering what the best way to position them was.
I obviously have specified both of the two <div>
s which each contains one background image to have a z-index: -1
so they appear behind everything else.
But I would like them to be one after another, row by row essentially in the background.
I just need to find out how to do that using CSS, so any ideas you guys have please let me know!
Thanks!
UPDATE:
Trying a jsFiddle here: http://jsfiddle.net/uNmuf/
The only problem appears to still be the positioning...
For some reason I can't get it to work right yet..
UPDATE UPDATE:
Hey thanks a lot Pat, it actually works great! Check out the jsFiddle and my page too!