thunderbow 发表于 2013-1-29 07:54:50

防止大图片使网页撑破变形的CSS

定义css样式如下
img {width:expression(this.width>420?"420px":this.width+"px");}
页: [1]
查看完整版本: 防止大图片使网页撑破变形的CSS