War Room

Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design

Featured Warrior Special Offer...
"Members Of The *War Room* Discover Secrets To Immediate Success!"
Reply
 
LinkBack Thread Tools
Old 10-05-2009, 10:10 AM   #1
Warrior Member
 
Join Date: Mar 2009
Location: JavaScriptBank.com - Free JavaScript Source Code
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default Animated text on title bar

The effect create an animated text on title bar. Look like it's very artistic.... detail

[IMG]hxxp ://w w w.javascriptbank. com/javascript.images/status/animated-text-on-title-bar-2.jpg[/IMG]
Demo: Animated text on title bar

How to setup

Step 1: Copy & Paste JavaScript code below in your HEAD section
JavaScript
Code:
<SCRIPT language=JavaScript>
puchtit=".::JavaScriptBank. com::.";
letrero2="·.¸¸.·´´¯`··._.·";
letrero1="·.¸¸.·´´¯`··._.·";ultimo1=letrero1.length-1;
ultimo2=letrero2.length-1;
tiempo=setTimeout("scroll()",.100);

function scroll()
{
aux1=letrero1.charAt(ultimo1-1);
letrero1=aux1+letrero1.substring(0,ultimo1-1);
aux2=letrero2.charAt(0);
letrero2=letrero2.substring(1,ultimo2+1)+aux2;
document.title="(" + letrero1+ puchtit + letrero1;
tiempo=setTimeout("scroll()",.100);
return true;
}
// -->
</SCRIPT>
	<!--
    	This script downloaded from w w w.JavaScriptBank. com
    	Come to view and download over 2000+ free javascript at w w w.JavaScriptBank. com
	-->





AJAX news ticker - JavaScript Refresh Page - JavaScript Unclosable Window
JavaScriptBank.com is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-08-2009, 04:33 AM   #2
Warrior Member
 
Join Date: Oct 2009
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Animated text on title bar

hey thanks for the script i have saved this and actually one of my friends website have this type of stuff so i was looking around for this type of stuff..

http://www.pumpfootwear.com
Trainers, Skate shoes, Retro Trainers
pumpfootwear is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-12-2009, 02:56 PM   #3
Warrior Member
 
IBMArticle's Avatar
 
Join Date: Oct 2009
Location: In this Beautiful world.
Posts: 16
Thanks: 0
Thanked 1 Time in 1 Post
Contact Info
Send a message via Yahoo to IBMArticle
Default Re: Animated text on title bar

The script is working good. I like it very much. Thanks - pls share something more.
IBMArticle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design

Tags
animated, bar, text, title

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 04:33 PM.