CSS强制图片自适应大小
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
img {width:expression(this.width>600?"580px":this.width+"px");}
</style>
</head>
<body>
图片宽度大于600像素都强制显示为580像素宽<br><br>
<div>
<img src="http://d.lanrentuku.com/lanren/wallpaper/wallpaper-0013.jpg" />
</div>
<p>查找更多代码,请访问:<a href="http://www.lanrentuku.com" target="_blank">懒人图库</a></p>
</body>
</html>
CSS强制图片自适应大小
cursor 属性
十大经典算法
图片在窗口中上下左右垂直居中代码
button/input链接方式全攻略
什么是Firebug
TopStyle Pro 的使用技巧
备份样式表
FFlipPage组件的运用