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 6f53359 commit 5f7849fCopy full SHA for 5f7849f
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;
@@ -117,12 +120,12 @@ <h3 id="mooc_head">慕课网最新课程
117
120
118
121
119
122
setTimeout(startMove,delay);
- box.onmouseover=function(){
- clearInterval(time);
- }
123
- box.onmouseout=function(){
124
- startMove();
125
+// box.onmouseover=function(){
+// clearInterval(time);
+// }
126
+// box.onmouseout=function(){
127
+// startMove();
128
129
</script>
130
</body>
131
</html>
0 commit comments