Hi, I've created a website for someone, but they are in screen resolution 1920 x 1080 and are seeing something different to me. My screen resolution won't go that high, so if someone has a similar screen resolution, could they help me out with the style? This is the page: http://swinkyphotography.co.uk/weddings.php This is what the person is seeing: http://swinkyphotography.co.uk/12.jpg This is what I see: http://swinkyphotography.co.uk/13.jpg Any advise/help? Cheers.Â
i have a 1920x1080 resolution.. seems to be okay with me. i also used chrome for this screenshot.. advise: try to check if there are javascript errorsÂ
UPDATE: is see the error now.. find this in your css: #image img { position: absolute; z-index: 0; width: auto; } Code (markup):  add top and left positions.. #image img { position: absolute; z-index: 0; width: auto; top:0; left:0; } Code (markup):  Â