FRIHOSTFORUMSSEARCHFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Have A Scrolling Message/Marquee code On The Title Bar

 


wadja-host
hey there with this you can make your title bar one happy fellow cos it will be dancing anyway you tell it to just give the code and the work is done click or copy the lin to download you may need to have winrar first goto google.com and type winrar download.

Download it if you dont have one already

http://downloadscrollmessage.9hz.com/

hey be happy
Marcuzzo
looks more loke bouncing if you ask me.

nice one... Laughing
Marcuzzo
this is scrolling:

Code:
window.onload=startScroller;
function toggleScroll(){
   var text = document.title;
   text = text.replace(".", " ");
   var a = text.split("");
   var first = a.shift();
   if ( first.charCodeAt(0) == 32 )
      first = first + "."
   var newstr =  a.join("") + first;
   document.title = newstr;
}
function startScroller(){
   document.title = document.title  + "." ;
   setInterval("toggleScroll()", 150);
}
function trim(str){
   return str.replace(/(^ +| +$)/g, "");
}


example: http://marcuzzospalazzo.frih.org/projects/scripts/scrollingtitle/
Related topics

Message boards
Image in title bar
Basic HTML Introduction
Some questions
LOOKING FOR THE SERVICES OF WEBSITE DESIGNERS

mobile programmers codes
PM Limit
C text
IBM laptops battery recalls
IBM laptops battery recalls

20 frih$ for good Ideas
2 Background images, picture borders, transpaernt backgounds
Awesome javascript tricks!
Stop it!
Help!!
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.