Hhmm. I found this titlebar [i]kewl..[/i]
[quote]Effect: Blinking Text + Text changes from uppercase to lowercase
![:arrow:](img/smilies/point.gif)
Shortcode[/quote]
PREVIEW:
http://profiles.friendster.com/user.php?uid=32141405
[b]Copy[/b] the code- change the [b]"TEXT HERE"[/b].create [b].js file [/b]- paste on [b]About Me[/b] or [b]Who I want to meet[/b].
[spoiler]var ctitle="~|| TEXT HERE ||~";
var counter=0;
function uplow_text() {
document.title=ctitle.substring(0,counter).toLowerCase()
+ctitle.substring(counter,counter+1).toUpperCase()
+ctitle.substring(counter+1,ctitle.length).toLowerCase()
if (counter==ctitle.length){
counter=0
}
else {
counter++
}
setTimeout('uplow_text()',150)}
uplow_text();[/spoiler]
[quote]Please be more detailed enough when you start a thread here
-Blurrycloud[/quote]
Last edited by dale (2008-11-01 02:00:16)