This will show you how to have you community name slide of moving !
Step #1: AdminCP-->
Look & Feel-->
Mange Skins & Templates-->
Select The skin you would like to edit-->
Click globalTemplate-->
Find {$header_items['title']}-->
Delete " {$header_items['title']} " now the code will be --> " <title> </title> "Now under Add: <script> <!-- var ScrollMsg= "CustomUs " var CharacterPosition=0; function StartScrolling() { document.title=ScrollMsg.substring(CharacterPosition,ScrollMsg.length)+ ScrollMsg.substring(0, CharacterPosition); CharacterPosition++; if(CharacterPosition > ScrollMsg.length) CharacterPosition=0; window.setTimeout("StartScrolling()",150); } StartScrolling(); // --> </script>Or you can use this code : <script> <!-- var ScrollMsg= "{$header_items['title']}" var CharacterPosition=0; function StartScrolling() { document.title=ScrollMsg.substring(CharacterPosition,ScrollMsg.length)+ScrollMsg.substring(0, CharacterPosition); CharacterPosition++; if(CharacterPosition > ScrollMsg.length) CharacterPosition=0; window.setTimeout("StartScrolling()",150); } StartScrolling(); // --></script>Suggested by Sanctuary