TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
Stats
  • Total Posts: 196,004
  • Total Topics: 21,330
  • Online today: 500
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 107
  • Total: 107

Scrolling Title Bar Message

Started by alan s, August 30, 2006, 03:46:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

alan s

Found this nice snippet , adds a scrolling message to the title bar , works in FF , IE and Opera


<script language="JavaScript">
<!--
var space = " ";
var speed = "200";
var pos = 0;
var msg = "Welcome To TheTeenZone.Net";
function Scroll()
{
document.title = msg.substring(pos, msg.length) + space + msg.substring(0,pos);
pos++;
if (pos > msg.length) pos = 0;
window.setTimeout("Scroll()", speed);
}
Scroll();
-->
</script>


To change the scroll speed change the number in the line            var speed = "200";

To change the message change the text in the line                  var msg = "Welcome To TheTeenZone.Net";


Demo - http://theteenzone.net/forum

RoarinRow


SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

Jpg


akulion

dont u know those are illegal  in the state of Texas?
lol jk

thanks - cool find

Jpg


akulion

put in scriptbox block

change the text inside

activate

thats all

make sure u dont use frame or title for the block and keep it somewhere not so obivious since the scrolling appears at the top bar and not inside the block..infact the block stays empty

alan s

Quote from: Jpg on August 31, 2006, 01:44:55 AM
How do I add this?

Or you could just add the code at the end of a existing html/javascript box since it wont damage the code that already in there and it will work perfectly.Thats what i did

Jpg


uberjon

i could kiss you. thats just pimpin...

ok now to figure out how to change that lil icon before the http:// in the address bar.

then il have learned enough for today :P lol

ty thats great. maybe u should post it on the smf forums too ;) might be more helpful ;)

IchBin


This website is proudly hosted on Crocweb Cloud Website Hosting.