Hi, I was wondering if there was a way to take an image, and place it over top of a site. I’m familiar with absolute and relative positioning, the problems however are that since the site is centered, using absolute positioning makes the image move to different locations over the site if the browser is resized, since it uses the browser’s top and left properties for it’s positioning… the problem with relative positioning is that it moves the site’s content to create an original position for the image, whether or not it stays there.
Is there anyway to throw the image over top of the site like absolute positioning provides, while maintaining the accuracy of location on a website that is centered in the browser like you can do with relative positioning… without it moving the content under the image (as in relative positioning).