<?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: Repeating backgrounds and IE</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2008/10/01/repeating-backgrounds-and-ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2008/10/01/repeating-backgrounds-and-ie/</link>
	<description></description>
	<lastBuildDate>Tue, 16 Mar 2010 19:26:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2008/10/01/repeating-backgrounds-and-ie/comment-page-1/#comment-603221</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Sun, 19 Oct 2008 02:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1537#comment-603221</guid>
		<description>Again, I&#039;ll have to go back and check, but I&#039;m pretty sure IE wasn&#039;t happy even with the transparent set as such. I&#039;ll keep you posted :)</description>
		<content:encoded><![CDATA[<p>Again, I&#039;ll have to go back and check, but I&#039;m pretty sure IE wasn&#039;t happy even with the transparent set as such. I&#039;ll keep you posted <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucas</title>
		<link>http://www.scriptygoddess.com/archives/2008/10/01/repeating-backgrounds-and-ie/comment-page-1/#comment-603220</link>
		<dc:creator>lucas</dc:creator>
		<pubDate>Sun, 19 Oct 2008 02:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1537#comment-603220</guid>
		<description>then you do 
background: transparent url(&#039;path/to/file.png&#039;) top left repeat-y;</description>
		<content:encoded><![CDATA[<p>then you do<br />
background: transparent url(&#039;path/to/file.png&#039;) top left repeat-y;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2008/10/01/repeating-backgrounds-and-ie/comment-page-1/#comment-603212</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Sun, 19 Oct 2008 01:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1537#comment-603212</guid>
		<description>I guess the thing is that I was under the impression that background color should not need to be set - I don&#039;t believe it&#039;s required - and if not set - it should be transparent. I&#039;d have to go back to the code I was working with but if I remember correctly, I think I even TRIED to set it to be transparent and it wouldn&#039;t work - so if you WANT it to be - you&#039;re kinda screwed because IE insists on it being a opaque solid color...</description>
		<content:encoded><![CDATA[<p>I guess the thing is that I was under the impression that background color should not need to be set &#8211; I don&#039;t believe it&#039;s required &#8211; and if not set &#8211; it should be transparent. I&#039;d have to go back to the code I was working with but if I remember correctly, I think I even TRIED to set it to be transparent and it wouldn&#039;t work &#8211; so if you WANT it to be &#8211; you&#039;re kinda screwed because IE insists on it being a opaque solid color&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucas</title>
		<link>http://www.scriptygoddess.com/archives/2008/10/01/repeating-backgrounds-and-ie/comment-page-1/#comment-603183</link>
		<dc:creator>lucas</dc:creator>
		<pubDate>Sat, 18 Oct 2008 22:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1537#comment-603183</guid>
		<description>Also, if you just wanted to do the background as an image you COULD use background-image: ...  background: is for setting ALL of the variables at once...

I know i probably sound like a super nerd, and please don&#039;t take this as me talking down to you.   It really isn&#039;t meant like that EVER when I write.   I&#039;m just trying to explain why you&#039;re having problems.  It is my way of helping the internet.</description>
		<content:encoded><![CDATA[<p>Also, if you just wanted to do the background as an image you COULD use background-image: &#8230;  background: is for setting ALL of the variables at once&#8230;</p>
<p>I know i probably sound like a super nerd, and please don&#039;t take this as me talking down to you.   It really isn&#039;t meant like that EVER when I write.   I&#039;m just trying to explain why you&#039;re having problems.  It is my way of helping the internet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucas</title>
		<link>http://www.scriptygoddess.com/archives/2008/10/01/repeating-backgrounds-and-ie/comment-page-1/#comment-603167</link>
		<dc:creator>lucas</dc:creator>
		<pubDate>Sat, 18 Oct 2008 19:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1537#comment-603167</guid>
		<description>this is one time where IE did something right.   you SHOULD put a background color that closely resembles the background image so that if that image isn&#039;t available the box should match up with the rest of your layout.  also, if you&#039;re going to go through the trouble of positioning a background it makes total sense that you actually GIVE the position that you want the background to be in.

also, you forgot a &quot;:&quot; in your code...  :)</description>
		<content:encoded><![CDATA[<p>this is one time where IE did something right.   you SHOULD put a background color that closely resembles the background image so that if that image isn&#039;t available the box should match up with the rest of your layout.  also, if you&#039;re going to go through the trouble of positioning a background it makes total sense that you actually GIVE the position that you want the background to be in.</p>
<p>also, you forgot a &#034;:&#034; in your code&#8230;  <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.231 seconds -->
