<?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"
	>
<channel>
	<title>Comments on: Light color fonts in inputs</title>
	<atom:link href="http://www.phpied.com/light-color-fonts-in-inputs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpied.com/light-color-fonts-in-inputs/</link>
	<description>Stoyan's blog about &#60;a href="/category/xhtml" class="tag-minor"&#62;(x)html&#60;/a&#62;, &#60;a href="/category/ajax" class="tag-major"&#62;ajax&#60;/a&#62;, &#60;a href="/category/bookmarklets" class="tag-major"&#62;bookmarklets&#60;/a&#62;, &#60;a href="/category/browsers" class="tag-minor"&#62;browsers&#60;/a&#62;, &#60;a href="/category/css" class="tag-normal"&#62;css&#60;/a&#62;, &#60;a href="/category/firebug" class="tag-minor"&#62;firebug&#60;/a&#62;, &#60;a href="/category/javascript" class="tag-numero-uno"&#62;javascript&#60;/a&#62;, &#60;a href="/category/json" class="tag-normal"&#62;json&#60;/a&#62;, &#60;a href="/category/mdb2" class="tag-minor"&#62;mdb2&#60;/a&#62;, &#60;a href="/category/mysql" class="tag-normal"&#62;mysql&#60;/a&#62;, &#60;a href="/category/pear" class="tag-numero-uno"&#62;pear&#60;/a&#62;, &#60;a href="/category/performance" class="tag-major"&#62;performance&#60;/a&#62;, &#60;a href="/category/php" class="tag-numero-uno"&#62;php&#60;/a&#62;, &#60;a href="/category/phpbb" class="tag-major"&#62;phpbb&#60;/a&#62;, &#60;a href="/category/tools" class="tag-normal"&#62;tools&#60;/a&#62;, &#60;a href="/category/yslow" class="tag-minor"&#62;yslow&#60;/a&#62;, &#60;a href="/category/yui" class="tag-normal"&#62;yui&#60;/a&#62;, &#60;a href="/category/writing" class="tag-minor"&#62;writing&#60;/a&#62;, &#60;a href="/category/music" class="tag-major"&#62;music&#60;/a&#62;,... &#60;a href="/category/life-and-everything" class="tag-normal"&#62;life and everything&#60;/a&#62;.</description>
	<pubDate>Thu, 09 Sep 2010 06:04:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: EV</title>
		<link>http://www.phpied.com/light-color-fonts-in-inputs/#comment-69946</link>
		<dc:creator>EV</dc:creator>
		<pubDate>Thu, 16 Oct 2008 16:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/light-color-fonts-in-inputs/#comment-69946</guid>
		<description>that also works : http://pages.voronenko.com/pattern:rulebasedintegrationofthephpadsi</description>
		<content:encoded><![CDATA[<p>that also works : <a href="http://pages.voronenko.com/pattern:rulebasedintegrationofthephpadsi" rel="nofollow">http://pages.voronenko.com/pattern:rulebasedintegrationofthephpadsi</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/light-color-fonts-in-inputs/#comment-39112</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Tue, 21 Nov 2006 14:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/light-color-fonts-in-inputs/#comment-39112</guid>
		<description>Oh, nice, &lt;a href="http://www.phpied.com/auto-filler-toolbars-and-the-colors-of-the-inputs/" rel="nofollow"&gt;my solution&lt;/a&gt; is much more complicated :D

Thanks!</description>
		<content:encoded><![CDATA[<p>Oh, nice, <a href="http://www.phpied.com/auto-filler-toolbars-and-the-colors-of-the-inputs/" rel="nofollow">my solution</a> is much more complicated <img src='http://www.phpied.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MarkB</title>
		<link>http://www.phpied.com/light-color-fonts-in-inputs/#comment-39076</link>
		<dc:creator>MarkB</dc:creator>
		<pubDate>Tue, 21 Nov 2006 10:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/light-color-fonts-in-inputs/#comment-39076</guid>
		<description>Hey guys

My site is also a light-on-dark site and I've found away around this issue. When providing a background color for an input (even an autofill applicable input), FF displays the background color fine, whilst IE insists on using the cream that Google dictates an autofill input must be.

Workaround: CSS: use a 1px background image for the input. Make a gif 1px X 1px with the color that you want your inputs to be and use CSS to style that input:

input {
background: #ff0000 url(images/input.gif);
}

sorted :)</description>
		<content:encoded><![CDATA[<p>Hey guys</p>
<p>My site is also a light-on-dark site and I&#8217;ve found away around this issue. When providing a background color for an input (even an autofill applicable input), FF displays the background color fine, whilst IE insists on using the cream that Google dictates an autofill input must be.</p>
<p>Workaround: CSS: use a 1px background image for the input. Make a gif 1px X 1px with the color that you want your inputs to be and use CSS to style that input:</p>
<p>input {<br />
background: #ff0000 url(images/input.gif);<br />
}</p>
<p>sorted <img src='http://www.phpied.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phpied.com  &#187; Blog Archive   &#187; Form auto-fill toolbars and the colors of the inputs</title>
		<link>http://www.phpied.com/light-color-fonts-in-inputs/#comment-613</link>
		<dc:creator>phpied.com  &#187; Blog Archive   &#187; Form auto-fill toolbars and the colors of the inputs</dc:creator>
		<pubDate>Sun, 05 Mar 2006 06:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/light-color-fonts-in-inputs/#comment-613</guid>
		<description>[...] . 			 		 	 		 			Form auto-fill toolbars and the colors of the inputs 	 			 					I recently posted about those auto-fill utilities, like the one found in the Google toolbar. The [...]</description>
		<content:encoded><![CDATA[<p>[...] .</p>
<p> 			Form auto-fill toolbars and the colors of the inputs</p>
<p> 					I recently posted about those auto-fill utilities, like the one found in the Google toolbar. The [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/light-color-fonts-in-inputs/#comment-553</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Tue, 21 Feb 2006 02:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/light-color-fonts-in-inputs/#comment-553</guid>
		<description>@Marco - yep, you're right, changing the foreground colour when changing the background seems like the proper thing to do on the auto-fill's part.

@Dustin - glad I could help, looking forward to your solution!

@both of you guys - great job on your redesigns!</description>
		<content:encoded><![CDATA[<p>@Marco - yep, you&#8217;re right, changing the foreground colour when changing the background seems like the proper thing to do on the auto-fill&#8217;s part.</p>
<p>@Dustin - glad I could help, looking forward to your solution!</p>
<p>@both of you guys - great job on your redesigns!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin Diaz</title>
		<link>http://www.phpied.com/light-color-fonts-in-inputs/#comment-551</link>
		<dc:creator>Dustin Diaz</dc:creator>
		<pubDate>Mon, 20 Feb 2006 20:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/light-color-fonts-in-inputs/#comment-551</guid>
		<description>Ah. I'm glad I found this in my referrers list. I do indeed know a way around this and I'll be implementing it as soon as possible. Thanks :)</description>
		<content:encoded><![CDATA[<p>Ah. I&#8217;m glad I found this in my referrers list. I do indeed know a way around this and I&#8217;ll be implementing it as soon as possible. Thanks <img src='http://www.phpied.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.phpied.com/light-color-fonts-in-inputs/#comment-549</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Mon, 20 Feb 2006 18:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/light-color-fonts-in-inputs/#comment-549</guid>
		<description>To be honest I feel this wasn't my fault really but it's this autofiller-thing's fault. If it wants to color the background yellow that's fine with me but... it should make the text dark as well then ;) This would be my advice to the creators of this tool.

It's kinda weird to not be able to 'go dark' anymore just because of such a tool in my humble opinion. </description>
		<content:encoded><![CDATA[<p>To be honest I feel this wasn&#8217;t my fault really but it&#8217;s this autofiller-thing&#8217;s fault. If it wants to color the background yellow that&#8217;s fine with me but&#8230; it should make the text dark as well then <img src='http://www.phpied.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> This would be my advice to the creators of this tool.</p>
<p>It&#8217;s kinda weird to not be able to &#8216;go dark&#8217; anymore just because of such a tool in my humble opinion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
