css控制图片按等比例缩放实例兼容IE6/IE7/火狐/谷歌( 二 )


html xmlns="http://www.w3.org/1999/xhtml"
head
meta http-equiv="Content-Type" content="text/html; charset=gb2312" /
title纯CSS实现图片等比缩放兼容IE6/IE7/火狐/谷歌_懒人建站/title
style type="text/css"
.suofang {MARGIN: auto;WIDTH: 800px;}
.suofang img{MAX-WIDTH: 100%!important;HEIGHT: auto!important;width:expression(this.width800 ? "800px" : this.width)!important;}
/style
/head
body
div class="suofang"
img src="http://pic.yunnanlong.com/230523/0033044K0-5.png"/
/div
/body
/html

推荐阅读