STATUS BAR |
STATUS BAR |
![]()
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* |
![]()
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. |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 ![]() |
the script doesnt work i think
|
|
|
![]()
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 7,025 Joined: Feb 2004 Member No: 4,051 ![]() |
That should work. Where/how are you using it?
|
|
|
![]()
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 122 Joined: Feb 2005 Member No: 106,057 ![]() |
IIRC, Xanga has disabled it with a rather sneaky javascript trick. there is no easy way whatsoever to get any status bar scripts to work anymore. maybe it works in premium or something, but I'm not sure and I'd doubt you'd go for premium just for this.
sorry. **correction: status bar scripts work, but it's very difficult to get a scrolling one to work. I've tried to do it before, and trust me, the tricks around the security are not fun to work with. You're better off without it anyway; imho, the scrolling stuff is really distracting. |
|
|
![]() ![]() |