I guess most of you know how to make the title bars text to scroll coz my title bar's text is too long...
i really need this trick..
Demo:www.123musiq.com
I guess most of you know how to make the title bars text to scroll coz my title bar's text is too long...
i really need this trick..
Demo:www.123musiq.com
with this simple javascript:
put it after the <title>yourtitle</title>
(its from javascript.internet.com)Code:<script> var repeat=0 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1 var title=document.title var leng=title.length var start=1 function titlemove() { titl=title.substring(start, leng) + title.substring(0, start) document.title=titl start++ if (start==leng+1) { start=0 if (repeat==0) return } setTimeout("titlemove()",500) } if (document.title) titlemove() </script>
i didn't make it. though I did modify it.
:P
█ Neil Hanlon | x10Hosting Support Representative
█ Neil[at]x10hosting.com
█ I'm always happy to help. Just ask a question in Free Hosting
█ Terms of Service IRC
wow awesome gonna try this and reply with in 3hours . . thx . .
Edit:
thats excellent pls see my site ..
all the credits goes for leafypig![]()
Last edited by balaji2u; 10-17-2008 at 12:36 AM. Reason: Automerged Doublepost