<?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: CSS Backgrounds: 12 Solutions To Common Questions</title>
	<atom:link href="http://www.vanseodesign.com/css/css-background-property/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vanseodesign.com/css/css-background-property/</link>
	<description>Helping you build search engine friendly websites</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:03:01 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Webstandard-Blog</title>
		<link>http://www.vanseodesign.com/css/css-background-property/comment-page-1/#comment-172478</link>
		<dc:creator>Webstandard-Blog</dc:creator>
		<pubDate>Tue, 27 Dec 2011 13:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/?p=1041#comment-172478</guid>
		<description>With the development of css3 the background-property finally gets the attention it deserves!

BTW: Thx for sharing the infos!</description>
		<content:encoded><![CDATA[<p>With the development of css3 the background-property finally gets the attention it deserves!</p>
<p>BTW: Thx for sharing the infos!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/css-background-property/comment-page-1/#comment-149100</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Mon, 31 Oct 2011 15:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/?p=1041#comment-149100</guid>
		<description>Trish I&#039;ll probably need to see both your html and css for the entire page to know for certain what&#039;s causing the issue. Feel free to email me the code or link to the page if it&#039;s online.

Try using the shorthand.

background: url(&quot;_images/bg2.jpg&quot;) repeat;

You shouldn&#039;t need to set the background-position here since top left is the default.

Do you see the image at all? Is the issue that you only see it once, but it won&#039;t repeat or are you not seeing the image even once?</description>
		<content:encoded><![CDATA[<p>Trish I&#8217;ll probably need to see both your html and css for the entire page to know for certain what&#8217;s causing the issue. Feel free to email me the code or link to the page if it&#8217;s online.</p>
<p>Try using the shorthand.</p>
<p>background: url(&#8220;_images/bg2.jpg&#8221;) repeat;</p>
<p>You shouldn&#8217;t need to set the background-position here since top left is the default.</p>
<p>Do you see the image at all? Is the issue that you only see it once, but it won&#8217;t repeat or are you not seeing the image even once?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trish</title>
		<link>http://www.vanseodesign.com/css/css-background-property/comment-page-1/#comment-149081</link>
		<dc:creator>Trish</dc:creator>
		<pubDate>Mon, 31 Oct 2011 14:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/?p=1041#comment-149081</guid>
		<description>I am having a terrible time getting my background to repeat. I have varying lengths of pages in my site i&#039;m building (using wordpress with my own css custom theme) and for some reason, the repeat is not working. here is my code:

#wrapper {
	width: 1024px;
	min-width: 1024px;
	min-height: 900px;
	background-image: url(_images/bg2.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-attachment: scroll;
	margin:auto;
	}

i would LOVE and appreciate any input. i&#039;m so baffled as to why this isnt working for me! 

note: i&#039;ve tried adjusting the min-height, adding just a height line, etc. i want the background to be able to vary in length with the specific pages. Isnt there a code to allow not a fixed height and have it repeat??

thank you!!!</description>
		<content:encoded><![CDATA[<p>I am having a terrible time getting my background to repeat. I have varying lengths of pages in my site i&#8217;m building (using wordpress with my own css custom theme) and for some reason, the repeat is not working. here is my code:</p>
<p>#wrapper {<br />
	width: 1024px;<br />
	min-width: 1024px;<br />
	min-height: 900px;<br />
	background-image: url(_images/bg2.jpg);<br />
	background-position: top left;<br />
	background-repeat: repeat;<br />
	background-attachment: scroll;<br />
	margin:auto;<br />
	}</p>
<p>i would LOVE and appreciate any input. i&#8217;m so baffled as to why this isnt working for me! </p>
<p>note: i&#8217;ve tried adjusting the min-height, adding just a height line, etc. i want the background to be able to vary in length with the specific pages. Isnt there a code to allow not a fixed height and have it repeat??</p>
<p>thank you!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/css-background-property/comment-page-1/#comment-142789</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Sun, 09 Oct 2011 17:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/?p=1041#comment-142789</guid>
		<description>Hi John. Just wanted to let you know I got your email and will reply as soon as I get a chance.</description>
		<content:encoded><![CDATA[<p>Hi John. Just wanted to let you know I got your email and will reply as soon as I get a chance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Williams</title>
		<link>http://www.vanseodesign.com/css/css-background-property/comment-page-1/#comment-142407</link>
		<dc:creator>John Williams</dc:creator>
		<pubDate>Sat, 08 Oct 2011 02:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/?p=1041#comment-142407</guid>
		<description>Thanks Steven, a big help for a newbie like me. I am having problems with nesting background images within elements. For example my footer background image loves sitting in the middle of the page. I have sent an email asking for help. I would appreciate it.

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks Steven, a big help for a newbie like me. I am having problems with nesting background images within elements. For example my footer background image loves sitting in the middle of the page. I have sent an email asking for help. I would appreciate it.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/css-background-property/comment-page-1/#comment-97108</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Mon, 24 Jan 2011 03:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/?p=1041#comment-97108</guid>
		<description>Glad I could help Phil. If you have more css questions feel free to ask them via the comment form or by the email on the contact page. They both go to the same place. If you have a few questions I can write another post like this one.</description>
		<content:encoded><![CDATA[<p>Glad I could help Phil. If you have more css questions feel free to ask them via the comment form or by the email on the contact page. They both go to the same place. If you have a few questions I can write another post like this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil G</title>
		<link>http://www.vanseodesign.com/css/css-background-property/comment-page-1/#comment-96767</link>
		<dc:creator>Phil G</dc:creator>
		<pubDate>Sat, 22 Jan 2011 00:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/?p=1041#comment-96767</guid>
		<description>Hi, I am a new web dev and design student. I have soooo many qst&#039;s regarding this discipline I have chosen. I just want to thank you for providing me with the answers to so many of those questions. Your site has prevented so much &quot;pain&quot;. :) Thank you for allowing free access to the information. 

Sincerely 
Phil. G.</description>
		<content:encoded><![CDATA[<p>Hi, I am a new web dev and design student. I have soooo many qst&#8217;s regarding this discipline I have chosen. I just want to thank you for providing me with the answers to so many of those questions. Your site has prevented so much &#8220;pain&#8221;. <img src='http://www.vanseodesign.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thank you for allowing free access to the information. </p>
<p>Sincerely<br />
Phil. G.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links of the Week 11-9-09 to 11-16-09 - Andrew Maxwell</title>
		<link>http://www.vanseodesign.com/css/css-background-property/comment-page-1/#comment-84335</link>
		<dc:creator>Links of the Week 11-9-09 to 11-16-09 - Andrew Maxwell</dc:creator>
		<pubDate>Tue, 26 Oct 2010 18:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/?p=1041#comment-84335</guid>
		<description>[...] CSS Backgrounds: 12 Solutions To Common Questions [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS Backgrounds: 12 Solutions To Common Questions [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Really Useful Tutorials You Should Have Read in November 2009 &#124; Master Design</title>
		<link>http://www.vanseodesign.com/css/css-background-property/comment-page-1/#comment-46308</link>
		<dc:creator>Really Useful Tutorials You Should Have Read in November 2009 &#124; Master Design</dc:creator>
		<pubDate>Mon, 14 Dec 2009 00:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/?p=1041#comment-46308</guid>
		<description>[...] CSS Backgrounds: 12 Solutions To Common Questions By Steven Bradley, November 10th, 2009 Site: Van SEO Design [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS Backgrounds: 12 Solutions To Common Questions By Steven Bradley, November 10th, 2009 Site: Van SEO Design [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Really Useful Tutorials You Should Have Read in November 2009 Ajax Help W3C Tag</title>
		<link>http://www.vanseodesign.com/css/css-background-property/comment-page-1/#comment-45942</link>
		<dc:creator>Really Useful Tutorials You Should Have Read in November 2009 Ajax Help W3C Tag</dc:creator>
		<pubDate>Thu, 10 Dec 2009 07:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/?p=1041#comment-45942</guid>
		<description>[...] CSS Backgrounds: 12 Solutions To Common Questions By Steven Bradley, November 10th, 2009 Site: Van SEO Design [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS Backgrounds: 12 Solutions To Common Questions By Steven Bradley, November 10th, 2009 Site: Van SEO Design [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

