Log In · Register

 
STATUS BAR
rosedoll
post 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*
 
 
Start new topic
Replies
*mona lisa*
post 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.
 

Posts in this topic
rosedoll   STATUS BAR   Jul 29 2006, 12:23 PM
mona lisa   CODE<BODY onLoad="scrolling(100)...   Jul 30 2006, 12:22 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


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: