已采纳回答 / 蛋加树
... for(var i=0;i<aA.length;i++){ aA[i].onmouseover=function(){ clearInterval(This.time) var This=this;...这里写了clearInterval(This.time),把它删掉,后面的鼠标移出代码也要删掉,并且把aA[i].onmouseout...放进for循环中。
2016-04-11
已采纳回答 / nick_name
margin-top:20px;是指与另一个块级元素上边距离的20px;margin-top:-10px;是指与下边距离10px;所以上升了.
2016-04-11