Skip to content

Commit 5f7849f

Browse files
committed
无鼠标暂停事件
1 parent 6f53359 commit 5f7849f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

topmove.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
overflow: hidden;
6868
width: 180px;
6969
}
70+
#moocbox ul li a:hover{
71+
color: red;
72+
}
7073
#mooc span{
7174
color:#999;
7275
float: right;
@@ -117,12 +120,12 @@ <h3 id="mooc_head">慕课网最新课程
117120
}
118121
}
119122
setTimeout(startMove,delay);
120-
box.onmouseover=function(){
121-
clearInterval(time);
122-
}
123-
box.onmouseout=function(){
124-
startMove();
125-
}
123+
// box.onmouseover=function(){
124+
// clearInterval(time);
125+
// }
126+
// box.onmouseout=function(){
127+
// startMove();
128+
// }
126129
</script>
127130
</body>
128131
</html>

0 commit comments

Comments
 (0)