how to make the title move TAB...
By admin//
Blogger Tip
//0
komentar»
you want your blog tab move??
teruuuzzzzz read downward, .. hehehehee ...
I'll share a little knowledge I have to. This time the knowledge that I will provide a way to make the title on TabBar be moving. Ok ...
if my first stories might be too long Well ..+++
mending us straight to the core of the problem, follow the ways below:
- Log into your blog, and then click Layout.
- Then click the Edit HTML and then check the Expand Widget Templates.
- If you are logged in Edit HTML search code </ head> (if you want more easily search click F3 on the keyboard and write your text) If the code has been found copy the code below and put under the code </ head>
<script language='JavaScript'> var txt = "WRITE YOUR TEXT HERE";
var speed = 120; var refresh = null; function move () {document.title = txt;
txt = txt.substring (1, txt.length) + txt.charAt (0);
refresh = setTimeout ("move ()", speed);} move ();
</ script>
So make it easy, now your turn to try
Popular Posts
-
Screenshot ADDThis for those of you who do not know please follow the ways that I write this , and for those of you who ...
-
you want your blog tab move ? ? teruuuzzzzz read downward , .. hehehehee ... I 'll share a little knowledge I have to ...
-
DOWNLOAD full winrar 4.0 free Changes in Version 4.0 – Bugs fixed : in WinRAR 4.0 -xd:\path\folder switch could also exclude folders, w...
-
Fad - informed posts first post - there may be interested in this " nguplod'n image " in google hhehehehheee ... ...
-
Refresh function is used to make refreshing the page blog or website. Refresh function is similar to the existing functionality in the Br...
-
Webtech-Blogger-Template Blogger Template Information: Template Type : Free Blogger Template Name : Web Tech Licence : Free ...

