当前位置: > 麻烦各位帮个忙!...
题目
麻烦各位帮个忙!
麻烦朋友们帮忙看一下这一段代码:
#div1{width:150px; height:200px; background:yellow; position:absolute; left:-150px;}
#div1 span{width:20px; height:60px; line-height:20px; background:#F99; position:absolute;right:-20px; top:70px;}
window.onload=function()
{
var oDiv=document.getElementById('div1');
oDiv.onmouseover=function()
{
\x05 startMove(10,0)
}
oDiv.onmouseout=function()
{
\x05 startMove(-10,-150)
}
}
var timer=null;
function startMove(speed,iTarget)
{
var oDiv=document.getElementById('div1');
\x05clearInterval(timer);
\x05tiemr=setInterval(function(){
\x05 if(oDiv.offsetLeft==iTarget)
\x05\x05{
\x05\x05\x05 clearInterval(timer)
\x05\x05}\x05
\x05 else
\x05\x05{
\x05\x05 oDiv.style.left=oDiv.offsetLeft+speed+'px';
\x05\x05};\x05
\x05},30);
};

分享到

鼠标移入时显示效果正常,但是鼠标移出的话,黄色div小块就会不停的左右移动,不能正常缩进-150这个位置.到底是哪里写错了啊?

提问时间:2021-03-15

答案
上面的timer 到下面就写成了 tiemr 真粗心啊.
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
1,人们染上烟瘾,最终因吸烟使自己丧命.
版权所有 CopyRight © 2012-2019 超级试练试题库 All Rights Reserved.