Hi I have an image who's position I get and store to a variable using
var position = $(".portfolio-items a").offset();
but for some reason it returns
Object { top=1227.5, left=416.5}
How would I go about rounding it up and adding the px on the end so that I can then assign it to a new element to place it over the top of the current one?
Thanks.
I've uploaded the site to www.pixelcoding.co.uk so that you can see where the problem is now. When you click on the AJLComputers portfolio link the new image should be displayed over the old one but it is off by about 200pxs vertically.