We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5853e8f commit a6fbe6aCopy full SHA for a6fbe6a
topmove.html
@@ -67,6 +67,9 @@
67
overflow: hidden;
68
width: 180px;
69
}
70
+ #moocbox ul li a:hover{
71
+ color:red;
72
+ }
73
#mooc span{
74
color:#999;
75
float: right;
@@ -115,14 +118,20 @@ <h3 id="mooc_head">慕课网最新课程
115
118
box.scrollTop=0;
116
119
117
120
121
+ box.onmouseover=function(){
122
+ clearInterval(time);
123
124
+ box.onmouseout=function(){
125
+ time=setInterval(scrollUp,speed);
126
127
128
setTimeout(startMove,delay);
- box.onmouseover=function(){
- clearInterval(time);
- }
- box.onmouseout=function(){
- startMove();
129
+// box.onmouseover=function(){
130
+// clearInterval();
131
+// }
132
+// box.onmouseout=function(){
133
+// startMove();
134
135
</script>
136
</body>
137
</html>
0 commit comments