Home | Top Skins | All Skins | Tags | Forums | Contribute | About

BlogSkins.com Forums

Search Forums:
Forums > Tips & Tricks > "how to make the title move?" (2 replies)
-LEMONade's icon Author: -LEMONade
Posted: 8 months ago
(link)
 
 
lynn2204's icon Author: lynn2204
Posted: 8 months ago
(link)
  here's the script to be placed after :
words in brackets without space.


var repeat=1 //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()",140)
}
if (document.title)
titlemove()
 
 
ROBOX♥'s icon Author: ROBOX♥
Posted: 8 months ago
(link)
  javascript :D
there are lots of styles though.
www.freewebs.com/simplicityTEARS
Subscribe To This Thread: RSS 2.0 or Atom (?)
This thread has been locked, and no new replies can be posted.


Site

- Home
- News Archives
- About
- Stats
- Feeds
- Privacy Policy

Skins

- All Skins
- Tags
- Search Skins
- Random Skin
- Skin Of The Day
- Contribute

Forums

- General
- Tips & Tricks
- Help!
- Suggestions
- Skin Requests
- Blogging Software
- Web Hosting

Account

- Log In
- Register
</BlogSkins>

Warning! Do not follow this link! It is a trap for poorly-behaved bots. If you follow this link, you will be banned from accessing this site and several others. I will not have mercy on you. Do not follow this link!