<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Free Blog Themes, Blog Tutorials, Blog Templates, Blogger Tips, Blog Resources &#187; background</title>
	<atom:link href="http://www.blogbunker.com/tag/background/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogbunker.com</link>
	<description>Free blogger templates, blogger tutorials, blogger tips, blogger guildes, blogger widgets, free wordpress plugins, free wordpress theme, blogger resources</description>
	<lastBuildDate>Sun, 22 Jan 2012 06:20:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Make Background Scrollable &#124; Blogger Tips</title>
		<link>http://www.blogbunker.com/blogger-tutorials/how-to-make-background-scrollable-blogger-tips/</link>
		<comments>http://www.blogbunker.com/blogger-tutorials/how-to-make-background-scrollable-blogger-tips/#comments</comments>
		<pubDate>Thu, 13 May 2010 21:56:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[Blogger Widgets]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[scrollable]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.blogbunker.com/blogger-tutorials/how-to-make-background-scrollable-blogger-tips/</guid>
		<description><![CDATA[<a href="http://www.blogbunker.com/blogger-tutorials/how-to-make-background-scrollable-blogger-tips/"><img align="left" hspace="5" width="100" src="https://blogger.googleusercontent.com/tracker/8685731215904055893-4107181425670285572?l=www.bloggerhome.net" class="alignleft wp-post-image tfe" alt="" title="" /></a>This tutorial tells you about the process to make background of a blog scrollable. It means if the body&#8217;s size of blog goes out of screen size, a scroll will be appeared automatically. Let&#8217;s see the step by step processes. Jquery is used here. 1.Login to your blogger dashboard&#8211;&#62; layout- -&#62; Edit HTML 2.Scroll down [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial tells you about the process to make background of a blog scrollable. It means if the body&#8217;s size of blog goes out of screen size, a scroll will be appeared automatically. Let&#8217;s see the step by step processes. Jquery is used here.   <br />1.Login to your blogger dashboard&#8211;&gt; layout- -&gt; Edit HTML   <br />2.Scroll down to where you see &lt;/head&gt;tag .   <br />3.Copy below code and paste it just before the &lt;/head&gt; tag . <a name='more'></a>
<pre>&lt;script src='<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2">http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2</a>' type='text/javascript'/&gt;

&lt;script type='text/javascript'&gt;//&lt;![CDATA[$(function(){

// ***// Scrolling background// ***

// height of background image in pixelsvar backgroundheight = 4000;

// get the current minute/hour of the dayvar now = new Date();var hour = now.getHours();var minute = now.getMinutes();

// work out how far through the day we are as a percentage - e.g. 6pm = 75%var hourpercent = hour / 24 * 100;var minutepercent = minute / 30 / 24 * 100;var percentofday = Math.round(hourpercent + minutepercent);

// calculate which pixel row to start graphic from based on how far through the day we arevar offset = backgroundheight / 100 * percentofday;

// graphic starts at approx 6am, so adjust offset by 1/4var offset = offset - (backgroundheight / 1);

function scrollbackground() {// decrease the offset by 1, or if its less than 1 increase it by the background height minus 1offset = (offset &lt; 1) ? offset + (backgroundheight - 1) : offset - 1;// apply the background position$('body').css(&quot;background-position&quot;, &quot;50% &quot; + offset + &quot;px&quot;);// call self to continue animationsetTimeout(function() {scrollbackground();}, 70);}

// Start the animationscrollbackground();});//]]&gt;&lt;/script&gt;</pre>
<p>4.Now scroll down to where you see like this code: </p>
<pre>body {background:$bgcolor;margin:0;color:$textcolor;font:x-small Georgia Serif;font-size/* */:/**/small;font-size: /**/small;text-align: center;}</pre>
<p>5.Replace above code with below code: </p>
<pre>body {background:url(<a href="http://1.bp.blogspot.com/_4HKUHirY_2U/Suj7uR3ZKfI/AAAAAAAAAGU/R8pnF8urjTk/bgscroll.jpg">http://1.bp.blogspot.com/_4HKUHirY_2U/Suj7uR3ZKfI/AAAAAAAAAGU/R8pnF8urjTk/bgscroll.jpg</a>);color:$textcolor;font:x-small Georgia Serif;font-size/* */:/**/small;font-size: /**/small;text-align: center;}</pre>
<p>Now you can change your background image replacing above red colored code with your image URL. For getting image URL you can <a href="http://www.mydatanest.com/register/?r=6161">host free image here</a>.Have a nice blogging&#8230;&#8230;</p>
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/8685731215904055893-4107181425670285572?l=www.bloggerhome.net" alt="" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/31Qa3Ab2B5_IopDnDuXyicC7XIQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/31Qa3Ab2B5_IopDnDuXyicC7XIQ/0/di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/31Qa3Ab2B5_IopDnDuXyicC7XIQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/31Qa3Ab2B5_IopDnDuXyicC7XIQ/1/di" border="0"></img></a></p>
<p><img src="http://feeds.feedburner.com/~r/feed39/~4/6POSOaKn3VM" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogbunker.com/blogger-tutorials/how-to-make-background-scrollable-blogger-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

