<?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: No background-color with your color?</title>
	<atom:link href="http://zeo.unic.net.my/no-background-color-with-your-color/feed/" rel="self" type="application/rss+xml" />
	<link>http://zeo.unic.net.my/no-background-color-with-your-color/</link>
	<description>Safirul Alredha on web, WordPress, K2, Apple, ...</description>
	<lastBuildDate>Fri, 10 Feb 2012 15:05:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Temex</title>
		<link>http://zeo.unic.net.my/no-background-color-with-your-color/#comment-56755</link>
		<dc:creator>Temex</dc:creator>
		<pubDate>Mon, 09 Feb 2009 19:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://zeo.unic.net.my/2005/12/19/no-background-color-with-your-color/#comment-56755</guid>
		<description>Short answer (to get rid of those warnings):
background-color: inherit;

Longer answer:
Thanks for Google, found this site and as the result found out that the background-color: inherit; did cleared all the 200 warnings indeed! Not that it makes much difference, but I like to keep my room nice and tidy. In case someone ever visits in...</description>
		<content:encoded><![CDATA[<p>Short answer (to get rid of those warnings):<br />
background-color: inherit;</p>
<p>Longer answer:<br />
Thanks for Google, found this site and as the result found out that the background-color: inherit; did cleared all the 200 warnings indeed! Not that it makes much difference, but I like to keep my room nice and tidy. In case someone ever visits in&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calorus</title>
		<link>http://zeo.unic.net.my/no-background-color-with-your-color/#comment-56482</link>
		<dc:creator>Calorus</dc:creator>
		<pubDate>Thu, 08 Jan 2009 10:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://zeo.unic.net.my/2005/12/19/no-background-color-with-your-color/#comment-56482</guid>
		<description>Truly it is exceptionally pointless. If you have an image as your background in a containing div which you want to &quot;shine through&quot; you are basically stuffed, as far as I can see.

More importantly my biggest paranoia is that this is the system that Google uses to verify white hat v black hat. If so you have a choice design what you want for maximum readability, accessibility and style... Or satisfy Google.</description>
		<content:encoded><![CDATA[<p>Truly it is exceptionally pointless. If you have an image as your background in a containing div which you want to &#8220;shine through&#8221; you are basically stuffed, as far as I can see.</p>
<p>More importantly my biggest paranoia is that this is the system that Google uses to verify white hat v black hat. If so you have a choice design what you want for maximum readability, accessibility and style&#8230; Or satisfy Google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://zeo.unic.net.my/no-background-color-with-your-color/#comment-55906</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 20 Aug 2008 17:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://zeo.unic.net.my/2005/12/19/no-background-color-with-your-color/#comment-55906</guid>
		<description>I have recently completed a website, http://quilts-n-things.com/ and I kept getting the &quot;backgroud-color...&quot; warning when using &quot;color:...&quot; within my CSS. Here is the cure:

        {
            text-align: center;
            font-family: Verdana, sans-serif;
            font-size: 10pt;
            color: #808080;
            background-color: inherit;
        }

It took a good deal of toying with the code but, I have tested it with IE 7, MSN 6, Slimbrowser 4.10, Netscape 8.1, Firefox 1.8, Avant 11.6 and Opera 9.50.

I don&#039;t know if the order you place the background property matters or not. My point is, it works and it satisfies W3C&#039;s requirements for CSS levels 2.1 and 3.0

Don&#039;t look at my site for coding samples yet! It&#039;s still a mess. I&#039;m reworking it. Just taking care of the paying customers first. ;-)</description>
		<content:encoded><![CDATA[<p>I have recently completed a website, <a href="http://hiderefer.com/?http://quilts-n-things.com/" rel="nofollow"></a><a href='http://hiderefer.com/?http://quilts-n-things.com/' rel='nofollow' title='external link'>http://quilts-n-things.com/</a> and I kept getting the &#8220;backgroud-color&#8230;&#8221; warning when using &#8220;color:&#8230;&#8221; within my CSS. Here is the cure:</p>
<p>        {<br />
            text-align: center;<br />
            font-family: Verdana, sans-serif;<br />
            font-size: 10pt;<br />
            color: #808080;<br />
            background-color: inherit;<br />
        }</p>
<p>It took a good deal of toying with the code but, I have tested it with IE 7, MSN 6, Slimbrowser 4.10, Netscape 8.1, Firefox 1.8, Avant 11.6 and Opera 9.50.</p>
<p>I don&#8217;t know if the order you place the background property matters or not. My point is, it works and it satisfies W3C&#8217;s requirements for CSS levels 2.1 and 3.0</p>
<p>Don&#8217;t look at my site for coding samples yet! It&#8217;s still a mess. I&#8217;m reworking it. Just taking care of the paying customers first. ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PP</title>
		<link>http://zeo.unic.net.my/no-background-color-with-your-color/#comment-55797</link>
		<dc:creator>PP</dc:creator>
		<pubDate>Mon, 28 Jul 2008 14:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://zeo.unic.net.my/2005/12/19/no-background-color-with-your-color/#comment-55797</guid>
		<description>I am so glad I found this page and all the answers to my questions about &quot;Same colors for color and background-color&quot;</description>
		<content:encoded><![CDATA[<p>I am so glad I found this page and all the answers to my questions about &#8220;Same colors for color and background-color&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://zeo.unic.net.my/no-background-color-with-your-color/#comment-51966</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Fri, 11 Jan 2008 01:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://zeo.unic.net.my/2005/12/19/no-background-color-with-your-color/#comment-51966</guid>
		<description>Thanks...  I got it now.</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;  I got it now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

