IMG.postimg {max-width: 800px; max-height: 800px;}
<img width="800" height="1516" class="postimg" src="upload/1437_1285262231.jpg">
<img class="postimg" src="upload/1437_1285262231.jpg">
<!--[if lte IE 6]> <style type="text/css"> IMG.postimg { и сюда из пхп-кода переместить width и height } </style> <![endif]-->
for (I=0; I<=document.getElementsByTagName('img').length; I++) { document.getElementsByTagName('img')[i].setAttribute('width', '');document.getElementsByTagName('img')[i].setAttribute('height', '');}