当前位置: 代码迷 >> JavaScript >> ie8/9下 图片设置max-height变形有关问题
  详细解决方案

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

热度:139   发布时间:2013-08-01 15:23:18.0
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模式无效
  相关解决方案