当前位置:开发者网络 >> 网页特效 >> 图形图象 >> 内容
精彩推荐
分类最新特效
分类热点特效
  
图片大小变换
日期:2004-07-03   人气:   【字体: 】【收藏此文


<!-- 网页特效代码由[中国WEB开发者网络:http://www.ChinaWebDev.com]提供! -->
<!-- 要实现此效果需要 1 个步骤: -->

<!-- 第 1 步: -->
<!-- 把下面的代码加到<BODY></BODY>区域中: -->

<span id="s1" style = "width : 100">
<a href="#" onmouseover="img1.style.width='95';"
onmouseout="img1.style.width= '67';">
<Img src="http://www.webasp.net/images/logo.gif" id="img1">
</a>
</span>