
Admin
Well-Known Member
Staff member
Administrator
Làm title hiện dần dần all version vBB
(chú ý phần title trên thanh trình duyệt)
Chèn đoạn code trên vào cuối template
footer(chú ý phần title trên thanh trình duyệt)
Chèn đoạn code trên vào cuối template
hoặc
template nào khác mà bạn muốn
Chiêm ngưỡng thành quả
Chiêm ngưỡng thành quả
Code:
[/FONT][/COLOR][/LEFT][/B][/B][LEFT][COLOR=#000000][FONT=Tahoma]<script><!--//var tit = document.title; var c = 0; function writetitle() { document.title = tit.substring(0,c); if(c==tit.length) { c = 0; setTimeout("writetitle()", 2500) } else { c++; setTimeout("writetitle()", 25) } } writetitle() // --> </script>[/FONT][/COLOR][COLOR=#000000][FONT=Tahoma]
[/FONT][/COLOR][/LEFT][B][B][LEFT][COLOR=#000000][FONT=Tahoma]