+ Reply to Thread
Results 1 to 3 of 3

Thread: How to make scrolling text in title bar of my site

  1. #1
    balaji2u's Avatar
    balaji2u is offline x10 Lieutenant balaji2u is an unknown quantity at this point
    Join Date
    Sep 2008
    Location
    Senthamil Nadu,India
    Posts
    410

    How to make scrolling text in title bar of my site

    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
    Submit your Site Links Now ! >>> :cool:
    Live Aritlces Free Articles and Links Directory


  2. #2
    leafypiggy's Avatar
    leafypiggy is offline Community Advocate leafypiggy is on a distinguished road
    Join Date
    Aug 2007
    Location
    Massachusetts
    Posts
    2,228

    Re: How to make scrolling text in title bar of my site

    with this simple javascript:

    put it after the <title>yourtitle</title>

    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>
    (its from javascript.internet.com)

    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

  3. #3
    balaji2u's Avatar
    balaji2u is offline x10 Lieutenant balaji2u is an unknown quantity at this point
    Join Date
    Sep 2008
    Location
    Senthamil Nadu,India
    Posts
    410

    Re: How to make scrolling text in title bar of my site

    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
    Submit your Site Links Now ! >>> :cool:
    Live Aritlces Free Articles and Links Directory


+ Reply to Thread

Similar Threads

  1. Ads make my site not load.
    By WoMBaT in forum Free Hosting
    Replies: 0
    Last Post: 08-16-2008, 10:51 AM
  2. Text ads make my site load extreamely slow...
    By WoMBaT in forum Free Hosting
    Replies: 1
    Last Post: 08-08-2008, 05:13 PM
  3. html/css help
    By swantonbomb88 in forum Programming Help
    Replies: 3
    Last Post: 05-01-2008, 09:12 AM
  4. Selling banner and text link spots on my site
    By Christopher in forum Ads & Offers
    Replies: 93
    Last Post: 04-09-2008, 05:04 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers