There are many blogging platform on the web. Google blogger is one of the best blogging platform. Blogger need to spice up their blog, here is a tips for add flying letters behinds the mouse pointer. The explanation is not details but it is effective and good looking. You have to add following code to your blogger template.
Go to blogger template and in html code find closing body tag </body>
copy red font code and paste after </body >
Write your desire text instead ENTER
YOUR FLYING TEXT HERE'
Now just save it.
Go to blogger template and in html code find closing body tag </body>
copy red font code and paste after </body >
<script type="text/javascript">
var text=' ENTER
YOUR FLYING TEXT HERE ';
</script>
<script
src="http://netoopscodes.googlecode.com/svn/branches/Js%20files/mousetail.js"
type="text/javascript">
</script>
Now just save it.