girlwithbighead
 Tutorial : Words Working at Navbar (ii)  
01/07/2012 | 6 comments

Assalamualaikum ! Hello ! Hai ! Bonjour !
Cuba tengok navbar saya yang dekat atas tu, ada perkataan  ⓦⓘⓝⓚⓛⓔ |  , kan ? Dia bergerak kan ? Nilah dia tutorialnya.

Template Designer : Paste dekat Html/Javascript
Blogskins : Paste dekat atas <head> or <html>

<script language="JavaScript">
var a1 = " your first word at here ";var a2 = " your second word at here ";var a3 = "  your second word at here  ";
var a4 = "  your second word at here "; var a5 = "   your first word at here  "; var a6 = "  your second word at here ";
var a7="   your first word at here  ";var a8 = "  your second word at here ";
var delay = 0400;
b1();b2();b3();b4();b5();b6();b7();b8();
function b1() {ID = setTimeout("b2()",delay);document.title = (a1);}
function b2() {ID = setTimeout("b3()",delay);document.title = (a2);}
function b3() {ID = setTimeout("b4()",delay);document.title = (a3);}
function b4() {ID = setTimeout("b5()",delay);document.title = (a4);}
function b5() {ID = setTimeout("b6()",delay);document.title = (a5);}
function b6() {ID = setTimeout("b7()",delay);document.title = (a6);}
function b7() {ID = setTimeout("b8()",delay);document.title = (a7);}
function b8() {ID = setTimeout("b1()",delay);document.title = (a8);}
</script>


OLDERNEWER