最新回答 / 快樂崇拜tager
是的,是背景顏色漸變的效果,top表示方向,從上面開始漸變,起始顏色是#f05e6f,慢慢開始過渡到#c9394a這個顏色結束。是css3的一個屬性。
2016-08-04
已采納回答 / 慕粉3698897
area.onmouseover=function(){? clearInterval(timer);clearTimeout(timer1);}area.onmouseout=function(){? clearInterval(timer);? ?clearTimeout(timer1);timer =?setInterval("scrollUp()",speed);?}
2016-08-04
最新回答 / 任性不是罪
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Dodument</title><style>*{margin: 0; padding: 0; font-size: 12px;}//為大盒子加上邊框,目的是為了讓字幕滾動表現(xiàn)的更明顯#box{width: 140px; height: 25px; margin: 50px auto; overflow: hid...
2016-07-28