Resize images fixed position

Iynick33

New Member
I designed my website on Dreamweaver through the perspective of a 13" monitor. I've now tested the site using Screenfly, and whilst the background resizes on lower and higher monitor sizes, the images are no different in size and appear to move with respect to the position of the background. The position of the text also changes :/I've tried the following, but to no avail:\[code\]img { max-width: 100%; height: auto; width: auto\9; /* ie8 */}\[/code\]I should perhaps point out that they are mostly within tables, if that means anything to the solution. Thanks!Background CSS:\[code\]body { min-height:768px; min-width:1229px; background-image: url(images/background.png); background-attachment: scroll; background-repeat: no-repeat; background-size: 100%;}\[/code\]
 
Top