img{max-width: 200px;width: expression( ( this.width > 300) ? 300 : this.width ); }
这样写的话,图片链接写在哪啊?
在HTML中
<img src="imagePath" />