On my website I would like to display images uploaded by user in a new window with a specific size (width: 600px). The problem is that the images may be big. So
width: 600px
You can write like this:
img{ width:100%; max-width:600px; }
Check this http://jsfiddle.net/ErNeT/