<?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: Styling Disabled Buttons / Disabled Text Boxes in CSS</title>
	<atom:link href="http://www.developertutorials.com/tutorials/html/styling-disabled-buttons-disabled-text-boxes-in-css-404/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.developertutorials.com/tutorials/html/styling-disabled-buttons-disabled-text-boxes-in-css-404/</link>
	<description>Web Development and Web Design Information Resources Helping You Build Great Websites!</description>
	<lastBuildDate>Sun, 29 May 2011 21:18:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: kjell</title>
		<link>http://www.developertutorials.com/tutorials/html/styling-disabled-buttons-disabled-text-boxes-in-css-404/comment-page-1/#comment-1444</link>
		<dc:creator>kjell</dc:creator>
		<pubDate>Fri, 15 Jan 2010 21:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/web/styling-disabled-buttons-disabled-text-boxes-in-css-404/#comment-1444</guid>
		<description>tnx for the post! Was useful to me</description>
		<content:encoded><![CDATA[<p>tnx for the post! Was useful to me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mickael</title>
		<link>http://www.developertutorials.com/tutorials/html/styling-disabled-buttons-disabled-text-boxes-in-css-404/comment-page-1/#comment-1443</link>
		<dc:creator>mickael</dc:creator>
		<pubDate>Mon, 11 Jan 2010 12:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/web/styling-disabled-buttons-disabled-text-boxes-in-css-404/#comment-1443</guid>
		<description>Thank you for this very useful list, I am not sure it is cross browsers, but for my own website, I extended that to: input[type=&quot;text&quot;][readonly], and hopefully it worked with Firefox 3.5.7</description>
		<content:encoded><![CDATA[<p>Thank you for this very useful list, I am not sure it is cross browsers, but for my own website, I extended that to: input[type="text"][readonly], and hopefully it worked with Firefox 3.5.7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://www.developertutorials.com/tutorials/html/styling-disabled-buttons-disabled-text-boxes-in-css-404/comment-page-1/#comment-1442</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Tue, 29 Sep 2009 15:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/web/styling-disabled-buttons-disabled-text-boxes-in-css-404/#comment-1442</guid>
		<description>It&#039;s very interesting, but it&#039;s not working for me on IE8.

It works very well on FF 3.5, but IE doesn&#039;t apply the styles for textboxes (background color for example).

Anyone has a clue why this happens?

Thanks.</description>
		<content:encoded><![CDATA[<p>It&#8217;s very interesting, but it&#8217;s not working for me on IE8.</p>
<p>It works very well on FF 3.5, but IE doesn&#8217;t apply the styles for textboxes (background color for example).</p>
<p>Anyone has a clue why this happens?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: games</title>
		<link>http://www.developertutorials.com/tutorials/html/styling-disabled-buttons-disabled-text-boxes-in-css-404/comment-page-1/#comment-1441</link>
		<dc:creator>games</dc:creator>
		<pubDate>Mon, 10 Aug 2009 13:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/web/styling-disabled-buttons-disabled-text-boxes-in-css-404/#comment-1441</guid>
		<description>In my opinion css is great, thanks for the post.</description>
		<content:encoded><![CDATA[<p>In my opinion css is great, thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yura zaripov</title>
		<link>http://www.developertutorials.com/tutorials/html/styling-disabled-buttons-disabled-text-boxes-in-css-404/comment-page-1/#comment-1440</link>
		<dc:creator>Yura zaripov</dc:creator>
		<pubDate>Fri, 17 Apr 2009 09:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/web/styling-disabled-buttons-disabled-text-boxes-in-css-404/#comment-1440</guid>
		<description>For using this in IE you can using jquery. Sample:  $(&quot;input[disabled]&quot;).css(&quot;color&quot;,&quot;grey&quot;);

or javascript.</description>
		<content:encoded><![CDATA[<p>For using this in IE you can using jquery. Sample:  $(&#8220;input[disabled]&#8220;).css(&#8220;color&#8221;,&#8221;grey&#8221;);</p>
<p>or javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stretch</title>
		<link>http://www.developertutorials.com/tutorials/html/styling-disabled-buttons-disabled-text-boxes-in-css-404/comment-page-1/#comment-1439</link>
		<dc:creator>Stretch</dc:creator>
		<pubDate>Mon, 13 Apr 2009 15:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/web/styling-disabled-buttons-disabled-text-boxes-in-css-404/#comment-1439</guid>
		<description>Best info out there on dealing with the differences in browsers.  Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Best info out there on dealing with the differences in browsers.  Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.developertutorials.com/tutorials/html/styling-disabled-buttons-disabled-text-boxes-in-css-404/comment-page-1/#comment-1438</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Tue, 17 Mar 2009 10:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/web/styling-disabled-buttons-disabled-text-boxes-in-css-404/#comment-1438</guid>
		<description>Can not work in IE, are u really try this before in IE browser?</description>
		<content:encoded><![CDATA[<p>Can not work in IE, are u really try this before in IE browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby Web Guy</title>
		<link>http://www.developertutorials.com/tutorials/html/styling-disabled-buttons-disabled-text-boxes-in-css-404/comment-page-1/#comment-1437</link>
		<dc:creator>Bobby Web Guy</dc:creator>
		<pubDate>Thu, 19 Feb 2009 18:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/web/styling-disabled-buttons-disabled-text-boxes-in-css-404/#comment-1437</guid>
		<description>Great post, css is so powerful, thanks for the advanced tutorial.</description>
		<content:encoded><![CDATA[<p>Great post, css is so powerful, thanks for the advanced tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heather</title>
		<link>http://www.developertutorials.com/tutorials/html/styling-disabled-buttons-disabled-text-boxes-in-css-404/comment-page-1/#comment-1436</link>
		<dc:creator>Heather</dc:creator>
		<pubDate>Thu, 18 Sep 2008 13:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/web/styling-disabled-buttons-disabled-text-boxes-in-css-404/#comment-1436</guid>
		<description>This method does not work for radio &amp; checkbox buttons. Do you know of a way we can manipulate styles for those elements (in both IE &amp; FF)?</description>
		<content:encoded><![CDATA[<p>This method does not work for radio &amp; checkbox buttons. Do you know of a way we can manipulate styles for those elements (in both IE &amp; FF)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Permana Jayanta</title>
		<link>http://www.developertutorials.com/tutorials/html/styling-disabled-buttons-disabled-text-boxes-in-css-404/comment-page-1/#comment-1435</link>
		<dc:creator>Permana Jayanta</dc:creator>
		<pubDate>Sat, 30 Aug 2008 23:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/web/styling-disabled-buttons-disabled-text-boxes-in-css-404/#comment-1435</guid>
		<description>I&#039;m beginner in CSS .. and i just know now that we even can style disable input text .. thank for the info ..</description>
		<content:encoded><![CDATA[<p>I&#8217;m beginner in CSS .. and i just know now that we even can style disable input text .. thank for the info ..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

