Pages

Sunday, June 17, 2012

Make Your Tittle Movement




Tittle Movement is very Cool you Know ( Live Demo )
the steps are very easy:
1. Loggin on your Blogger
2. Go to Template
3. Choose Edit HTML
4. Find the Code <head> with Ctrl + F ( Find )
5. After that you Copy and paste the code under the code <head>
-------------------------
<script type='text/javascript'>
//<![CDATA[
msg = "Text Movement2";
msg = "Text Movement1" + msg;pos = 0;
function scrollMSG() {
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos); pos++;
if (pos > msg.length) pos = 0
window.setTimeout("scrollMSG()",450);
}
scrollMSG();
//]]>
</script>
--------------------------
6. And than you choose " Save Template "
7. Finally you Look your Blog. Check Here ! You Same !

*Note :
Change the Red Colour text with your text likely/wish
change the number 200 likely , for the speed of the tittle movement.
(Um)