标签:
1.设置图片的最大宽高的css<style> .img-max { max-height:50px; width:expression(document.body.clientHeight>400?"50px":"auto"); overflow:hidden; }</style>
html前端总结
原文地址:http://www.cnblogs.com/likwo/p/4647602.html