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
推荐阅读
- IE下Css圆角没有的解决方法
- ie-css3.htc 让IE6, 7, and 8也支持box-shadow
- 神奇图像处理软件批量压缩图片的方法步骤
- IE6、IE7、IE8浏览器下的CSS、JS兼容性对比
- 看全屏图片新法
- 针对IE8正式版的CSS hack
- 部分 IE Firefox在css中的差别
- XnConvert批量给图片添加文字的操作方法
- 闪电OCR图片文字识别软件识别PDF文字内容的操作方法
- CSS背景色渐变写法兼容ie6至ie9