The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Scrolling Text in Title

2 posters

Go down

Scrolling Text in Title Empty Scrolling Text in Title

Post by ***mahmut*** February 1st 2009, 8:30 pm

Image;
Scrolling Text in Title Balkml8

Administrator Panel > Management Panel - overall_header_new (top of the page) section!

Code:
<script language="Javascript">
<!--
var left="[";
var right="]";
var msg="Your Message";
var speed=200;

function scroll_title() {
document.title=left+msg+right;
msg=msg.substring(1,msg.length)+msg.charAt(0);
setTimeout("scroll_title()",speed);
}
scroll_title();

// End -->
</script>

is sticking to the bottom! (your message) edit forget (writing here) is part of! =)
***mahmut***
***mahmut***
New Member

Male Posts : 22
Reputation : 0
Language : Turkish

http://bilge.forum.st

Back to top Go down

Scrolling Text in Title Empty Re: Scrolling Text in Title

Post by Sanket February 1st 2009, 8:34 pm

What exactly do you want to do?
The image should scroll?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum