snippet library logo
Amazon.com
in category
Javascript / Browser / Scrolling Title
Snippet details
ID: 243
Viewed: 1322
Added: 2002-07-17
Version:
View Demo

User Rated at: 1 Stars
Rate This:
Snippets in this catagory         
Show Printable Version
Makes your title (in the title bar) name scroll in place. Don't add title tags in your html fo rthis to work. jsut copy said script and put between the head tags.

Browser: IE5+, NS6+, Opera

General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: unknown

<!---Head--->
<script language="JavaScript"><!--
var txt="Some title that you want for you page";
var espera=200;
var refresco=null;

function scroll_title() {
        document.title=txt;
        txt=txt.substring(1,txt.length)+txt.charAt(0);        
        refresco=setTimeout("scroll_title()",espera);}
scroll_title();
// -->
</script>

<!---Body--->


none




No Reviews to show


Please completely fill out the form below if you want to review this snippet. All reviews are subject to validation.


Subject:

Reviewed By:

Write a review:





Terms of Conditions
Powered By
Avian Hosting
© 2005 snippetlibrary.com All Rights Reserved.