<head>
<!--[if IE]>
<style type="text/css">
.resim {
	width: expression(this.width > 500 ? 500 : true); }
</style>
<![endif]-->
</head>
<body>
<img src="https://www.r10.net/asp/resim.jpg" class="resim" style="max-width:500px;" alt="" />
</body>
Bileşensiz de böyle yapılabilir. max-width, IE tarafından desteklenmediği için, resim adlı bir class ekleniyor.