實現起來原理是這樣的
<SCRIPT language=JavaScript
<!
function high(which
theobject=which
highlighting=setInterval(\
}
function low(which
clearInterval(highlighting)
which
}
function highlightit(cur
if (cur
cur
else if (window
clearInterval(highlighting)
}
</script>
然後在需要變化的圖片的<img>標記裡面寫上onmouseout=low(this) onmouseover=high(this)
style=\
From:http://tw.wingwit.com/Article/program/Java/JSP/201311/19146.html