Hi
I have a image at the top of my page and is in the right place on my 1024 x 768 screen but when looking at it on my second screen which is a 1280 x 768 I think, it appears off the page, how do I set it so it appears in the same place on both screen sizes
The css I got for it is below
Code:
img.homeimg {
margin: -30% 0 0 -25%;
position: fixed;
z-index: 10;
}