CSS样式防止图片撑开固定样式 - 砖头 - 博客园
砖头
·
2010-12-23
·
via 博客园 - 砖头
.img{ /*防止图片过大撑开*/
max-width:600px;/* Other */
_width:expression((this.offsetWidth > 600) ? "600px" : this.offsetWidth+"px" );/* IE */
}
posted on
2010-12-23 17:27
砖头
阅读(263)
评论(0)
收藏
举报
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。