»
Tiếng AnhTiếng PhápTiếng Việt

In - Chữ cuộn trên thanh tiêu đề - JavaScriptBank.com

Phiên bản đầy đủ: jsB@nk » Tiêu đề » Thanh tiêu đề » Chữ cuộn trên thanh tiêu đề
URL: https://www.javascriptbank.com/title-message-silder.html

Chữ cuộn trên thanh tiêu đề © JavaScriptBank.comĐây là một đoạn mã khác để tạo hiệu ứng cuộn chữ trên thanh tiêu đề theo từng từ.

Phiên bản đầy đủ: jsB@nk » Tiêu đề » Thanh tiêu đề » Chữ cuộn trên thanh tiêu đề
URL: https://www.javascriptbank.com/title-message-silder.html



CSS
    <style type=text/css><!--Status Message Typewritter 2.0Author: Thái Cao PhongWebsite: www.JavaScriptBank.comPlease keep these comments above to contact author when you use this script. Thank you very much.Vietnamese: Xin ban hay giu lai nhung thong tin tren de nguoi khac co the lien he voi tac gia neu ban co su dung doan ma nay. Cam on ban rat nhieu.*/A{text-decoration: none;}A:hover{color: black;text-decoration: underline overline}P{PADDING: 0px;MARGIN: 0px;}--></style><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


JavaScript
    <script type="text/javascript">/*    xxxxxxxxxxxxxxx   xxxxxxxxxxx     xxxx    xxxxxxxxxxxxxxx  xxxxxxxxxxxxx    xxxx    xxxxxxxxxxxxxxx  xxxxxxxxxxxxx    xxxx         xxxxx       xxxxxxxxxxxx     xxxx         xxxxx       xxxxx  xxxx         xxxxx xxxxxxxxxxxx  xxxx         xxxxx xxxxxxxxxxxxx  xxxxxxxxxxxwww.JavaScriptBank.com         xxxxx  xxxxxxxxxxxx  xxxxxxxxxxxxx         xxxxx        xxxxx  xxxx     xxxx   xxx   xxxxx  xxxxxxxxxxxx    xxxx     xxxx   xxx  xxxxxx xxxxxxxxxxxxx  xxxx     xxxx   xxxxxxxxxx xxxxxxxxxxxxx  xxxxxxxxxxxxx    xxxxxxxx  xxxxxxxxxxx      xxxxxxxxxxx      Status Message Typewritter 2.0Author: Thái Cao PhongWebsite: www.JavaScriptBank.comPlease keep these comments above to contact author when you use this script. Thank you very much.Vietnamese: Xin ban hay giu lai nhung thong tin tren de nguoi khac co the lien he voi tac gia neu ban co su dung doan ma nay. Cam on ban rat nhieu.*/var textArray=new Array();textArray[0]="This is a status message typewritter script";textArray[1]="It's written by Thái Cao Phong";textArray[2]="www.JavaScriptBank.com";var arrayIndex=end=0;function CaoPhong(){status=textArray[arrayIndex].substring(0,end)+'_';if(end==textArray[arrayIndex].length) {end=0;arrayIndex++;if(arrayIndex==textArray.length) arrayIndex=0;setTimeout("CaoPhong()",3000);}else{end++;setTimeout("CaoPhong()",100);}}CaoPhong();</script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->