日期:2014-05-16  浏览次数:20380 次

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模式无效