On Thu, Mar 5, 2009 at 8:22 AM, Adam Jessop <a...@infused-gaming.net> wrote: > Sure, > > The site in question is at: http://be.0wned.co.uk
Do you really expect anyone to click that link with JS enabled? ;-) I think the way I'd approach this would be to first get the CSS set up so that, with the images already in place when the page loads, they assume their proper positions regardless of window size. Then, I'd replace each of the images with a single pixel img. When the page loaded, I'd get the positions of each of the 1 pixel imgs on the screen and set the animation params for the respective images which a re off-screen.