<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效|Linkweb.cn/Js|---鼠标感应图像大小</title>
</head>
<body>
<script language="JavaScript1.2">
function expand() {
if (smallslot.width<=102) {
x=window.setTimeout('expand()', 10)
smallslot.width=smallslot.width + 100
smallslot.height=smallslot.height + 100
}
else {
setTimeout('reduce()', 0)
}
}
function reduce() {
if (smallslot.width>80) {
x=window.setTimeout('reduce()', 10)
smallslot.width=smallslot.width - 5
smallslot.height=smallslot.height - 5
}
}
</script>
<div id="slot1" onmouseover="expand()" style="HEIGHT: 83px; WIDTH: 85px"><a href="#" target="_top">
<dd>
<img border="0" hspace="0" id="smallslot" src="images/heart.gif" style="LEFT: 298px; POSITION: absolute; TOP: 50px; VISIBILITY: visible; z: 2" WIDTH="40" HEIGHT="40"></a> </dd></div>
</body>
</html>
育路网