<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>CSS强制图片自适应大小</title>
<style type="text/css">
img {width:expression(this.width>100?"80px":this.width+"px");}
</style>
</head>
<body>
图片宽度大于100像素都强制显示为80像素宽,只支持IE<br><br>
<div>
<img src="http://www.webjx.com/images/logo.gif" />
</div>
</body>
</html>

收藏到QQ书签