STATUS BAR |
STATUS BAR |
Jul 29 2006, 12:23 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
i want to make my status bar like this:
http://tamaxxx.egoism.jp/ you can see it at the bottom from the above link* i want it like a marquee* does anyone kknow how to make it? THANKS* |
|
|
|
![]() |
| *mona lisa* |
Jul 30 2006, 12:22 PM
Post
#2
|
|
Guest |
CODE <BODY onLoad="scrolling(100)"> <script> function scrolling(seed) { var msg1 = "[b][color="#3366ff"]message[/color][/b]"; var msg=msg1; var out = " "; var c = 1; set=setTimeout; if (seed > 100) { seed--; cmd="scrolling("+seed+")"; timerTwo=window.set(cmd,100); } else if (seed <= 100 && seed > 0) { for (c=0; c < seed; c++) { out+=" "; } out+=msg; seed--; window.status=out; cmd="scrolling("+seed+")"; timerTwo=window.set(cmd,100); } else if (seed <= 0) { if (-seed < msg.length) { out+=msg.substring(-seed,msg.length); seed--; window.status=out; cmd="scrolling("+seed+")"; timerTwo=window.set(cmd,100); } else { window.status=" "; timerTwo=window.set("scrolling(100)",75); } } } </SCRIPT> Edit the code where it says "message" and paste it into your Header section of your Look&Feel. |
|
|
|
rosedoll STATUS BAR Jul 29 2006, 12:23 PM
rosedoll the script doesnt work i think Aug 27 2006, 01:49 PM
Gypsy Eyes That should work. Where/how are you using it? Aug 27 2006, 04:27 PM
threepointone IIRC, Xanga has disabled it with a rather sneaky j... Aug 30 2006, 10:43 AM![]() ![]() |