<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Light color fonts in inputs</title>
	<link>http://www.phpied.com/light-color-fonts-in-inputs/</link>
	<description>Stoyan's blog about (x)html, ajax, bookmarklets, browsers, css, firebug, javascript, json, mdb2, mysql, pear, performance, php, phpbb, tools, yslow, yui, writing, music,... life and everything.</description>
	<pubDate>Sat, 17 May 2008 07:09:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: Stoyan</title>
		<link>http://www.phpied.com/light-color-fonts-in-inputs/#comment-39112</link>
		<pubDate>Tue, 21 Nov 2006 14:13:47 +0000</pubDate>
		<guid>http://www.phpied.com/light-color-fonts-in-inputs/#comment-39112</guid>
					<description>Oh, nice, &lt;a href=&quot;http://www.phpied.com/auto-filler-toolbars-and-the-colors-of-the-inputs/&quot; rel=&quot;nofollow&quot;&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>
		<pubDate>Tue, 21 Nov 2006 10:08:50 +0000</pubDate>
		<guid>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'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>
		<pubDate>Sun, 05 Mar 2006 06:06:09 +0000</pubDate>
		<guid>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>[&#8230;] .</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 [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stoyan</title>
		<link>http://www.phpied.com/light-color-fonts-in-inputs/#comment-553</link>
		<pubDate>Tue, 21 Feb 2006 02:41:38 +0000</pubDate>
		<guid>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're right, changing the foreground colour when changing the background seems like the proper thing to do on the auto-fill'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>
		<pubDate>Mon, 20 Feb 2006 20:12:09 +0000</pubDate>
		<guid>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'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 <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>
		<pubDate>Mon, 20 Feb 2006 18:45:21 +0000</pubDate>
		<guid>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'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&#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's kinda weird to not be able to 'go dark' anymore just because of such a tool in my humble opinion.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
