#12001/8/21 17:49:48
引用:
function mOvr(src,clrOver){
if (!src.contains(event.fromElement)) {
src.style.cursor = 'hand';
src.bgColor = clrOver;
}
onMouseOver="mOvr(this,'#66CCFF')
请高手帮我解释一下上面代码中的
src,clrover,.contains,event.fromElement,this
的意义及具体用法,多谢了!
[url]http://sintian.chinaccd.net[/url]