<style type="text/css"> .img{ max-width: 999px; height:auto; width:expression(this.width > 999 ? "999px" : this.width); } </style>
<img src="111.jpg" class="img">