Animated Title Bar |
Animated Title Bar |
Jul 29 2004, 07:01 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jun 2004 Member No: 23,248 |
Can sum 1 give me da code 4 a Animated Title bar???
|
|
|
|
![]() |
Jul 29 2004, 07:47 PM
Post
#2
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
I'm not sure that Xanga still allows that, but here's the script:
CODE <!-- begin code provided by createblog.com -->
<script language="JavaScript"> var dodosflashtitle1='*. Dodo\'s New world - kitty kitty .*'; // put frame 1 text var dodosflashtitle2='.* Dodo\'s New world - kitty kitty *.'; // put frame 2 text var dodosduration = 500; // duration high = slower animation step=0 function dodosflashtitle() { step++ if (step==3) {step=1} if (step==1) {document.title=dodosflashtitle1} if (step==2) {document.title=dodosflashtitle2} setTimeout("dodosflashtitle()", dodosduration); } dodosflashtitle() </script> <!-- end code provided by createblog.com --> |
|
|
|
Blueanime16 Animated Title Bar Jul 29 2004, 07:01 PM
iZnEedSuMcOkE animated title bar? i dont think Xanga allows that... Jul 29 2004, 07:12 PM
LatinaLady you can only use it if you have xanga premium Jul 29 2004, 08:39 PM![]() ![]() |