读书人

ie8/9下 图片设置max-height变形有关问

发布时间: 2013-08-01 15:23:18 作者: rapoo

ie8/9下 图片设置max-height变形问题
如题 设置max-height后宽度并不随比例变化(ie8/9)
求破

已经加了<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />了
最好是纯css的方法
万分感谢 max-height?ie8/9
[解决办法]

<!doctype html>
<img src='http://info-database.csdn.net/Upload/2013-07-29/yinxiang-475-60-0724.jpg' style='max-height:30px;'/>


没问题吧。。max-height需要为css1compat才有效,backcompat模式无效

读书人网 >JavaScript

热点推荐