鼠标感应大小的图片.htm
来自「JavaScript特效(新)这里有许多的JAVA特效.供学者参考」· HTM 代码 · 共 37 行
HTM
37 行
<html>
<head>
<title></title>
</head>
<body>
<script language="JavaScript1.2">
function expand() {
if (smallslot.width<=102) {
x=window.setTimeout('expand()', 10)
smallslot.width=smallslot.width + 5
smallslot.height=smallslot.height + 5
}
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: 100px; WIDTH: 180px"><a href="http://22.htm " target="_top">
<dd><img border="0" hspace="0" id="smallslot" src="java.gif" style="LEFT: 298px; POSITION: absolute; TOP: 50px; VISIBILITY: visible; z: 2" WIDTH="180" HEIGHT="100"></a> </dd></div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?