<?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: Two CSS Background Images on a Single Website</title>
	<atom:link href="http://www.stemkoski.com/two-css-backgrounds-on-a-single-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stemkoski.com/two-css-backgrounds-on-a-single-website/</link>
	<description>Web design tips &#38; tricks plus anything else I want to talk about...</description>
	<lastBuildDate>Wed, 01 Sep 2010 18:03:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Alex</title>
		<link>http://www.stemkoski.com/two-css-backgrounds-on-a-single-website/comment-page-1/#comment-10753</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 04 Mar 2009 23:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=895#comment-10753</guid>
		<description>Nice article

to Sheldon
zero it&#039;s already zero it can not be different :)
I mean that you can remove a &quot;px&quot; :)

And also how can you use completely different typeFonts?!
Lucida Grande and Helvetica and so much more Verdana are completely different fonts</description>
		<content:encoded><![CDATA[<p>Nice article</p>
<p>to Sheldon<br />
zero it&#8217;s already zero it can not be different <img src='http://www.stemkoski.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I mean that you can remove a &#8220;px&#8221; <img src='http://www.stemkoski.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>And also how can you use completely different typeFonts?!<br />
Lucida Grande and Helvetica and so much more Verdana are completely different fonts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheldon</title>
		<link>http://www.stemkoski.com/two-css-backgrounds-on-a-single-website/comment-page-1/#comment-7557</link>
		<dc:creator>Sheldon</dc:creator>
		<pubDate>Wed, 11 Feb 2009 22:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=895#comment-7557</guid>
		<description>I have been using that same method on the site I am developing at the moment.

I am using {

&lt;pre lang=&quot;css&quot;&gt;
html {
	overflow-y: scroll;
	background: #5f5f5f url(&#039;images/layout/html_bg.png&#039;) repeat-x scroll;
}

body {
	margin: 0px;
	padding: 0px 0px 20px;
	width: 100%
	min-height: 100%;
	font-family: &quot;Lucida Grande&quot;, &quot;Helvetica&quot;, &quot;Verdana&quot;, &quot;sans-serif&quot;;
	font-size: 11px;
        background: transparent url(&#039;images/backgrounds/home_bg.jpg&#039;) no-repeat center top;
}
&lt;/pre&gt;

}</description>
		<content:encoded><![CDATA[<p>I have been using that same method on the site I am developing at the moment.</p>
<p>I am using {</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">html <span style="color: #00AA00;">&#123;</span>
	overflow-y<span style="color: #00AA00;">:</span> <span style="color: #993333;">scroll</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#5f5f5f</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'images/layout/html_bg.png'</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">repeat-x</span> <span style="color: #993333;">scroll</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
body <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">0px</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">100</span>%</span>
	<span style="color: #000000; font-weight: bold;">min-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">100</span>%</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">&quot;Lucida Grande&quot;</span><span style="color: #00AA00;">,</span> <span style="color: #ff0000;">&quot;Helvetica&quot;</span><span style="color: #00AA00;">,</span> <span style="color: #ff0000;">&quot;Verdana&quot;</span><span style="color: #00AA00;">,</span> <span style="color: #ff0000;">&quot;sans-serif&quot;</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">11px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">transparent</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'images/backgrounds/home_bg.jpg'</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span> <span style="color: #993333;">center</span> <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Stemkoski</title>
		<link>http://www.stemkoski.com/two-css-backgrounds-on-a-single-website/comment-page-1/#comment-7524</link>
		<dc:creator>Ryan Stemkoski</dc:creator>
		<pubDate>Wed, 11 Feb 2009 17:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=895#comment-7524</guid>
		<description>I know! Same here, I am hoping to use it here in a couple days on a production website.</description>
		<content:encoded><![CDATA[<p>I know! Same here, I am hoping to use it here in a couple days on a production website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Wanless</title>
		<link>http://www.stemkoski.com/two-css-backgrounds-on-a-single-website/comment-page-1/#comment-7522</link>
		<dc:creator>Steve Wanless</dc:creator>
		<pubDate>Wed, 11 Feb 2009 17:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.stemkoski.com/?p=895#comment-7522</guid>
		<description>Why have I never heard of this idea before? Why did I never think of that. 

All this time we have been skipping over the html tag to style just the body. 

I think that Sitepoint guy needs a medal. 

I look forward to hearing about your own tests Ryan.</description>
		<content:encoded><![CDATA[<p>Why have I never heard of this idea before? Why did I never think of that. </p>
<p>All this time we have been skipping over the html tag to style just the body. </p>
<p>I think that Sitepoint guy needs a medal. </p>
<p>I look forward to hearing about your own tests Ryan.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
