学院首页>网页制作>HTML>图片自动缩小的代码

图片自动缩小的代码

作者: 来源: 添加时间:2006-5-25 8:26:21

<img border=0 src="/edu/files/pic/2006-5/25/0652508262046354.gif" onload="if(clientWidth>100)width=100;">

<img border=0 src="/edu/files/pic/2006-5/25/0652508262046354.gif" onload="javascript:if(this.width>100)this.width=100">


//ClientWidth传回文件视窗的宽度
站内搜索