`

图片尺寸过大时会撑开页面解决方法

    博客分类:
  • html
阅读更多
/* 防止img过大撑开 */
img{
	max-width:1002px;/* Other */
	_width:expression((this.offsetWidth > 1002) ? "1002px" : this.offsetWidth+"px" );/* IE */
}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics