Length of the Blog Archive material are increased several times so that the readers to see him constantly have to scroll it. But we have some option to make Blog Archive fit on a small windows and we can see all blog archive in once at a time without using any scrollbar. It’s a nicely coded Script using for fit your Blog Archive in Small Box with Marquee Animation.
Code 1
Layout>Add a Gadget>HTML/JavaScript
<marquee scrollamount="2"
direction="up" loop="true"><script language="JavaScript"
src="http://itde.vccs.edu/rss2js/feed2js.php?src=http%3A%2F%2Fghostrider30.blogspot.com%2Ffeeds%2Fposts%2Fdefault%3Fstart-index%3D1%26max-results%3D999&chan=n&num=999&desc=0&date=n&targ=n"
type="text/javascript"></script><noscript><a href="http://itde.vccs.edu/rss2js/feed2js.php?src=http%3A%2F%2Fghostrider30.blogspot.com%2Ffeeds%2Fposts%2Fdefault%3Fstart-index%3D1%26max-results%3D999&chan=n&num=999&desc=0&date=n&targ=n&html=y">View
RSS feed</a></noscript></marquee>
Code 2 (If you bring your mouse over the content will stop.)
Layout>Add a Gadget>HTML/JavaScript
<marquee onmouseover="this.stop();" onmouseout="this.start();"scrollamount="2" direction="up" loop="true">
<script language="JavaScript" src="http://itde.vccs.edu/rss2js/feed2js.php?src=http%3A%2F%2Fghostrider30.blogspot.com%2Ffeeds%2Fposts%2Fdefault%3Fstart-index%3D1%26max-results%3D999&chan=n&num=999&desc=0&date=n&targ=n" type="text/javascript"></script><noscript><a
href="http://itde.vccs.edu/rss2js/feed2js.php?src=http%3A%2F%2Fghostrider30.blogspot.com%2Ffeeds%2Fposts%2Fdefault%3Fstart-index%3D1%26max-results%3D999&chan=n&num=999&desc=0&date=n&targ=n&html=y">View RSS feed</a></noscript>
</marquee>
Add any one code of them.
Note:- Change ghostrider30.blogspot.com to your own blog url.
1 comment:
amazing codes thankx for that.it will really make my blog superbeb.
Post a Comment