how to make a marque this?

m3gsm at 06h24
04
Jan
2012
how to make a marque this?
1 tyhodge11, on 04/01/2012 at 07h53
admin > General > Site Name?

2 Coddy, on 04/01/2012 at 09h23
Try to add in your Javascript management from Modules:
Code:
(function titleMarquee() {
    document.title = document.title.substring(1)+document.title.substring(0,1);
    setTimeout(titleMarquee, 200);
})();

See if working, but don't forget to enable your Javascript. Wink
3 m3gsm, on 04/01/2012 at 09h48
Gassy wrote:Try to add in your Javascript management from Modules:
Code:
(function titleMarquee() {
    document.title = document.title.substring(1)+document.title.substring(0,1);
    setTimeout(titleMarquee, 200);
})();

See if working, but don't forget to enable your Javascript. Wink


thank you very much, :wouhou:
it's now this solved
4 Coddy, on 04/01/2012 at 10h05
Welcome! Razz
5 Sanket, on 04/01/2012 at 11h31
Topic Solved & Locked
Similar topics
hi how to make a marque under the menu? please
How to make text bigger on the templates? Click Spoiler Spoiler: I already use Code: <font size="6">text</font> But i can't be bigger
We have a Rant thread (which is a very good idea, and I shall be visiting it very soon!) so I thought we could have a Smile thread. A little thing that has made me smile today is hearing my little boy Joe, who is 7, singing along to 'Forget Myself' eve
Replies 1 to 5 on 5 for "how to make a marque this?"
See also
more_less
Informations

5 Replies For the topic :
"how to make a marque this?"

This topic has been viewed 352 times.

Last message :
04/01/2012 at 06h24 by "m3gsm"