<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to Add a Background Image with CSS</title>
	<atom:link href="http://www.csstutorial.net/2010/03/adding-a-background-image-with-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csstutorial.net/2010/03/adding-a-background-image-with-css/</link>
	<description>CSS Tutorial</description>
	<lastBuildDate>Tue, 24 Jan 2012 21:51:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Pierre</title>
		<link>http://www.csstutorial.net/2010/03/adding-a-background-image-with-css/comment-page-1/#comment-2188</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Tue, 02 Aug 2011 04:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=511#comment-2188</guid>
		<description>Hi Andrea, 
Thank you so much for your help. It seems to be working fine now. Really appreciate it!
Cheers, Pierre</description>
		<content:encoded><![CDATA[<p>Hi Andrea,<br />
Thank you so much for your help. It seems to be working fine now. Really appreciate it!<br />
Cheers, Pierre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Barnett</title>
		<link>http://www.csstutorial.net/2010/03/adding-a-background-image-with-css/comment-page-1/#comment-2157</link>
		<dc:creator>Andrea Barnett</dc:creator>
		<pubDate>Wed, 27 Jul 2011 11:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=511#comment-2157</guid>
		<description>Pierre, I&#039;ve copied your comment over to www.killersites.com/community - you can find it and a reply here:
http://www.killersites.com/community/index.php?/topic/5875-background-issue/page__pid__26800#entry26800

The Killersites Community is a great place to find help.</description>
		<content:encoded><![CDATA[<p>Pierre, I&#8217;ve copied your comment over to <a href="http://www.killersites.com/community" rel="nofollow">http://www.killersites.com/community</a> &#8211; you can find it and a reply here:<br />
<a href="http://www.killersites.com/community/index.php?/topic/5875-background-issue/page__pid__26800#entry26800" rel="nofollow">http://www.killersites.com/community/index.php?/topic/5875-background-issue/page__pid__26800#entry26800</a></p>
<p>The Killersites Community is a great place to find help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre</title>
		<link>http://www.csstutorial.net/2010/03/adding-a-background-image-with-css/comment-page-1/#comment-2151</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Wed, 27 Jul 2011 01:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=511#comment-2151</guid>
		<description>Thanks for this great post. It was very helpful. 

I have one slight problem though. When I apply the code as per above:

****
body {
	background: url(bgimage.jpg) no-repeat #f6f1b9 fixed top right;
	padding-right: 250px;
}
****

I only get the image showing. If the image for some reason is unavailable at the time of viewing I would have thought the background fixed colour (#f6f1b9) would show instead. In my case it doesn&#039;t. 

On another issue, when viewing this code in IE the image doesn&#039;t show. 

The code I ended up applying looks like this:

****
.Button_green-graded
{
	line-height: 20pt;
	background: url(Button_green-graded.jpg) #33CC00 repeat right fixed top left;
	border: 2px;
	border-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}	
****
Can anyone see what I&#039;m doing wrong? Thanks :)</description>
		<content:encoded><![CDATA[<p>Thanks for this great post. It was very helpful. </p>
<p>I have one slight problem though. When I apply the code as per above:</p>
<p>****<br />
body {<br />
	background: url(bgimage.jpg) no-repeat #f6f1b9 fixed top right;<br />
	padding-right: 250px;<br />
}<br />
****</p>
<p>I only get the image showing. If the image for some reason is unavailable at the time of viewing I would have thought the background fixed colour (#f6f1b9) would show instead. In my case it doesn&#8217;t. </p>
<p>On another issue, when viewing this code in IE the image doesn&#8217;t show. </p>
<p>The code I ended up applying looks like this:</p>
<p>****<br />
.Button_green-graded<br />
{<br />
	line-height: 20pt;<br />
	background: url(Button_green-graded.jpg) #33CC00 repeat right fixed top left;<br />
	border: 2px;<br />
	border-color: #FFFFFF;<br />
	font-family: sans-serif;<br />
	font-size: 10pt;<br />
	color: #000000;<br />
	text-align: center;<br />
	vertical-align: middle;<br />
}<br />
****<br />
Can anyone see what I&#8217;m doing wrong? Thanks <img src='http://www.csstutorial.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Barnett</title>
		<link>http://www.csstutorial.net/2010/03/adding-a-background-image-with-css/comment-page-1/#comment-134</link>
		<dc:creator>Andrea Barnett</dc:creator>
		<pubDate>Mon, 14 Jun 2010 10:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=511#comment-134</guid>
		<description>Craig - post your question on the Killersites Community: http://www.killersites.com/community/index.php?/index and provide some more detail.  Are you talking background image? Depending on the circumstance of your 100% header, that size might vary, so a set width image with set width margins or padding won&#039;t work. But more detail is needed to give a good answer.</description>
		<content:encoded><![CDATA[<p>Craig &#8211; post your question on the Killersites Community: <a href="http://www.killersites.com/community/index.php?/index" rel="nofollow">http://www.killersites.com/community/index.php?/index</a> and provide some more detail.  Are you talking background image? Depending on the circumstance of your 100% header, that size might vary, so a set width image with set width margins or padding won&#8217;t work. But more detail is needed to give a good answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vihar</title>
		<link>http://www.csstutorial.net/2010/03/adding-a-background-image-with-css/comment-page-1/#comment-133</link>
		<dc:creator>Vihar</dc:creator>
		<pubDate>Sun, 13 Jun 2010 15:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=511#comment-133</guid>
		<description>How can I position a (square shaped) image inside of a 100% wide header with a chosen amount of distance or margin between the image and the left side of the screen?</description>
		<content:encoded><![CDATA[<p>How can I position a (square shaped) image inside of a 100% wide header with a chosen amount of distance or margin between the image and the left side of the screen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Barnett</title>
		<link>http://www.csstutorial.net/2010/03/adding-a-background-image-with-css/comment-page-1/#comment-64</link>
		<dc:creator>Andrea Barnett</dc:creator>
		<pubDate>Sat, 13 Mar 2010 13:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=511#comment-64</guid>
		<description>@ Michael - I assume you mean url(..), no-repeat, top, etc.?  The order does not matter. 

@ Craig - I am not sure what you mean.  Color codes are the same no matter what you apply the color to.  If you&#039;re looking to find what color has what code, just google &#039;hex color codes&#039;.</description>
		<content:encoded><![CDATA[<p>@ Michael &#8211; I assume you mean url(..), no-repeat, top, etc.?  The order does not matter. </p>
<p>@ Craig &#8211; I am not sure what you mean.  Color codes are the same no matter what you apply the color to.  If you&#8217;re looking to find what color has what code, just google &#8216;hex color codes&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Vika</title>
		<link>http://www.csstutorial.net/2010/03/adding-a-background-image-with-css/comment-page-1/#comment-63</link>
		<dc:creator>Craig Vika</dc:creator>
		<pubDate>Sat, 13 Mar 2010 08:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=511#comment-63</guid>
		<description>How can l get the colour codes of backgrounds</description>
		<content:encoded><![CDATA[<p>How can l get the colour codes of backgrounds</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hall</title>
		<link>http://www.csstutorial.net/2010/03/adding-a-background-image-with-css/comment-page-1/#comment-58</link>
		<dc:creator>Michael Hall</dc:creator>
		<pubDate>Fri, 12 Mar 2010 00:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=511#comment-58</guid>
		<description>yet another one that had me puzzled for a long time, is there a specific order that the declarations(?) should be listed in?

i finally remember the order for the font: shorthand to do several things in one line of css code.

= )

for some reason css baffles me and i&#039;ve been coding php and javascript for almost 10 years! i think it&#039;s mostly the cross-browser compatibility issues, and the fact that it doesn&#039;t give error messages like javascript and php to help you along, lolol.</description>
		<content:encoded><![CDATA[<p>yet another one that had me puzzled for a long time, is there a specific order that the declarations(?) should be listed in?</p>
<p>i finally remember the order for the font: shorthand to do several things in one line of css code.</p>
<p>= )</p>
<p>for some reason css baffles me and i&#8217;ve been coding php and javascript for almost 10 years! i think it&#8217;s mostly the cross-browser compatibility issues, and the fact that it doesn&#8217;t give error messages like javascript and php to help you along, lolol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Add a Background Image with CSS - Web design video tutorials for beginners - Killersites.com Blog</title>
		<link>http://www.csstutorial.net/2010/03/adding-a-background-image-with-css/comment-page-1/#comment-49</link>
		<dc:creator>How to Add a Background Image with CSS - Web design video tutorials for beginners - Killersites.com Blog</dc:creator>
		<pubDate>Thu, 04 Mar 2010 18:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=511#comment-49</guid>
		<description>[...] pursuit to make web design easy for you, we have yet another great little tutorial on using CSS to insert background images into your web [...]</description>
		<content:encoded><![CDATA[<p>[...] pursuit to make web design easy for you, we have yet another great little tutorial on using CSS to insert background images into your web [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

