How To Add Animate Scrolling Text on Your Browser Title Bar | Blogger Tips | Blogger Tricks | SEO | CSS and HTML Tricks

How To Add Animate Scrolling Text on Your Browser Title Bar

Hi! how day! here is the another new javascript gadget.. " How to add animated scrolling text to browser title bar" i think this is very cool gadget.. so many visitors amazing see this gadget!!! please read the below information and add this gadget to your blog today... so this is very cool gadget to decorate your blog look.. try this today!! thanks!

1.Login to your blogger dashboard--> Desing- -> Edit HTML

2.Scroll down to where you see <head> tag

3.Copy below code and paste it just before the <head> tag


How To Add Animate Scrolling Text on Your Browser Title Bar











<script type='text/javascript'> 
//<![CDATA[
msg = "Type Your Text Hear";
msg = " .................................. " + 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()",200);
}
scrollMSG();
//]]>
</script>

4.Now Click on "Save Templates" Now your Done

Picture from http://www.blogger.com

Related Blogger Tips

Recent Posts

What is my blog ?

© 2012 Antisite2.blogspot.com All rights reserved Powerd by: www.KINOCHID.net