鼠標放到圖片上慢慢變大,移開后圖片又慢慢變小
<html>
<head>
<title>鼠標放到圖片上慢慢變大,移開后圖片又慢慢變小? </title>
<meta http-equiv="Content-Type" content="text/html;charset=gb2312">
</head>
<body>
<img id="MyImg" onmouseover="max()" onmouseout="min()"
src="pic.jpg" width="80" height="60">
<script>































</script>
</body>
</html>
posted on 2006-07-05 14:52 飛仙 閱讀(646) 評論(0) 編輯 收藏 所屬分類: Javascript