Scroll your all blog pages title from left to right.Yes friends as you would have seen few blogs using this hack like to make scroll there blog page title i.e moving from left to right.As not many blogs are using this as it depends only upon admin likings.If you also want to have this hack then read on for sure to implement this hack.
First of all i would like to show you the demo of this hack.Visit my Blogger widgets blog and see there the blog title scrolling from right to left.
If you liked it want to have it in your blogger just follow this tut.As one my reader shaz wanted to implement this hack in his blogger and requested me to blog about it,so below are the codes to make it work.
Just Login To Blogger > Layout > Edit Html
Now at the beggining of the codes only you will find below line:-
If you using Swap Title Hack you will find these codes :-
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
Or may get codes like at this post too.
So what you have to do is just copy the javascript codes from below and paste it after the any of the above code which one you are using.
//Document title scroller- By Graeme Robinson (me@graemerobinson.co.uk)
//Exlusive permission granted to Dynamic Drive to include this script in their DHTML archive.
//For full source code, terms of use visit http://www.dynamicdrive.com
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()
</script>
And now save your template.And you will now see your blogger title scrolling.
Hi Anshul,
This is awesome! Thank you for blogging on it:)
Shaz
hello anshul will u try to post the eblogtemplates.com blogger template.i liked it so much please and please comment on my blog jayarajyadav.blogspot.com
i will be greatful to u you are a genius blogger.
i want a good guide to use google adsense and what type of ads ad placements should have to use please help me
as long time i searched for this .. thanks snshul i will try to my blog
kollywood-kirukan.blogspot.com
hot to give dropdown lists in blog please reply to my email id "thesousi@gmail.com"
Thanks Anshul. Excellent hack i was searching for this for months. U did a great job man. Thanx again. I implemented on my blog http://latestjobs-apindia.blogspot.com
Whoo~ thanks for posting this one..
I've used this code here:
http://k-dom.blogspot.com/ ^.^
Thank you very much…
thanks for posting this tip.
Can anyone help me how to make post title scrolling ?