滾動的標題欄_JS特效源碼

最新滾動的標題欄_JS特效源碼javascript

如下是三零網爲你們整理的最新滾動的標題欄_JS特效源碼的文章,但願你們可以喜歡!html


一:將<title></title>中的內容改成你須要的文字
二:將下面的代碼放在<HEAD>與</HEAD>之間
<script language=javascript >
var text=document.title
var timerIDjava

function newtext() {
            
            clearTimeout(timerID)
                                  
            document.title=text.substring(1,text.length)+text.substring(0,1)
            
            text=document.title.substring(0,text.length)
            
            timerID = setTimeout("newtext()", 100)
  
}ide

</script>
三:修改<body***>中的內容,將下面的代碼加入原<body***>中
onload="newtext()"spa


轉載來自:http://www.q3060.com/list3/list115/320.htmlorm

相關文章
相關標籤/搜索