<?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: Override Inline Styles with CSS</title>
	<atom:link href="http://css-tricks.com/override-inline-styles-with-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://css-tricks.com/override-inline-styles-with-css/</link>
	<description>Tips, Tricks, and Techniques on using Cascading Style Sheets.</description>
	<lastBuildDate>Fri, 24 May 2013 05:42:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Joshua K Roberson</title>
		<link>http://css-tricks.com/override-inline-styles-with-css/#comment-57551</link>
		<dc:creator>Joshua K Roberson</dc:creator>
		<pubDate>Tue, 23 Jun 2009 21:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=2708#comment-57551</guid>
		<description><![CDATA[Apparently you can override an inline style with a global style in IE7. The &quot;!important&quot; is needed for other browsers.

p {text-indent:0px; text-indent:0px !important;}


content goes here...]]></description>
		<content:encoded><![CDATA[<p>Apparently you can override an inline style with a global style in IE7. The &#8220;!important&#8221; is needed for other browsers.</p>
<p>p {text-indent:0px; text-indent:0px !important;}</p>
<p>content goes here&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Os links que utilizamos neste mês que se passou.. e que nos ajudou muito! &#124; Ater Internet: Empresa de webdesign &#124; Criacao de sites dinamicos</title>
		<link>http://css-tricks.com/override-inline-styles-with-css/#comment-57261</link>
		<dc:creator>Os links que utilizamos neste mês que se passou.. e que nos ajudou muito! &#124; Ater Internet: Empresa de webdesign &#124; Criacao de sites dinamicos</dc:creator>
		<pubDate>Sat, 13 Jun 2009 04:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=2708#comment-57261</guid>
		<description><![CDATA[[...] Override Inline Estilos com CSS [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Override Inline Estilos com CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bezoeker</title>
		<link>http://css-tricks.com/override-inline-styles-with-css/#comment-56982</link>
		<dc:creator>bezoeker</dc:creator>
		<pubDate>Sun, 07 Jun 2009 11:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=2708#comment-56982</guid>
		<description><![CDATA[Yeah, the second one appears to be red too in my Firefox (3.0.10)]]></description>
		<content:encoded><![CDATA[<p>Yeah, the second one appears to be red too in my Firefox (3.0.10)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inline style råder inte över allt :: Tip(z)</title>
		<link>http://css-tricks.com/override-inline-styles-with-css/#comment-56951</link>
		<dc:creator>Inline style råder inte över allt :: Tip(z)</dc:creator>
		<pubDate>Fri, 05 Jun 2009 05:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=2708#comment-56951</guid>
		<description><![CDATA[[...] Jo, Chris Coyier tipsar om följande kod. Jag använder hans exempel. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Jo, Chris Coyier tipsar om följande kod. Jag använder hans exempel. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links for the day Part 2 &#124; CssGalleries</title>
		<link>http://css-tricks.com/override-inline-styles-with-css/#comment-56886</link>
		<dc:creator>Links for the day Part 2 &#124; CssGalleries</dc:creator>
		<pubDate>Wed, 03 Jun 2009 15:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=2708#comment-56886</guid>
		<description><![CDATA[[...] Override Inline Styles with CSS [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Override Inline Styles with CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Override Inline Styles with CSS</title>
		<link>http://css-tricks.com/override-inline-styles-with-css/#comment-56870</link>
		<dc:creator>Override Inline Styles with CSS</dc:creator>
		<pubDate>Wed, 03 Jun 2009 02:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=2708#comment-56870</guid>
		<description><![CDATA[[...] { background: yellow !important; } LINK  This entry was posted in css. Bookmark the permalink. Post a comment or leave a trackback: [...]]]></description>
		<content:encoded><![CDATA[<p>[...] { background: yellow !important; } LINK  This entry was posted in css. Bookmark the permalink. Post a comment or leave a trackback: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StommePoes</title>
		<link>http://css-tricks.com/override-inline-styles-with-css/#comment-56660</link>
		<dc:creator>StommePoes</dc:creator>
		<pubDate>Wed, 27 May 2009 11:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=2708#comment-56660</guid>
		<description><![CDATA[The example uses [style] (the attribute selector) to show us that the CSS is targetting the div with the &quot;style&quot; attribute.  You could also use a class or an id.  Usually you don&#039;t want just &quot;div&quot;-- unless you want a yellow background on every div on the page??  
Though maybe it was a poor example choice since people who don&#039;t know CSS would be trying to use it and then wondering why it doesn&#039;t work in old browsers.

For those who say it works in IE6, remember that IE6 has a bug where anything after the !important declaration gets counted (instead of overridden like it should).  So you STILL have to be careful with it in IE6.]]></description>
		<content:encoded><![CDATA[<p>The example uses [style] (the attribute selector) to show us that the CSS is targetting the div with the &#8220;style&#8221; attribute.  You could also use a class or an id.  Usually you don&#8217;t want just &#8220;div&#8221;&#8211; unless you want a yellow background on every div on the page??<br />
Though maybe it was a poor example choice since people who don&#8217;t know CSS would be trying to use it and then wondering why it doesn&#8217;t work in old browsers.</p>
<p>For those who say it works in IE6, remember that IE6 has a bug where anything after the !important declaration gets counted (instead of overridden like it should).  So you STILL have to be careful with it in IE6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skriv över inline styles med CSS - Johannes Holmberg</title>
		<link>http://css-tricks.com/override-inline-styles-with-css/#comment-56519</link>
		<dc:creator>Skriv över inline styles med CSS - Johannes Holmberg</dc:creator>
		<pubDate>Sat, 23 May 2009 13:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=2708#comment-56519</guid>
		<description><![CDATA[[...] man kanske har ett CMS som genererar automatiska inline styles som man kan ha svårt att påverka. Chris Coyier på CSS-tricks har skrivit ett tips på hur man fixar [...]]]></description>
		<content:encoded><![CDATA[<p>[...] man kanske har ett CMS som genererar automatiska inline styles som man kan ha svårt att påverka. Chris Coyier på CSS-tricks har skrivit ett tips på hur man fixar [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chirag</title>
		<link>http://css-tricks.com/override-inline-styles-with-css/#comment-56488</link>
		<dc:creator>chirag</dc:creator>
		<pubDate>Fri, 22 May 2009 11:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=2708#comment-56488</guid>
		<description><![CDATA[this demo it&#039;s not working IE7]]></description>
		<content:encoded><![CDATA[<p>this demo it&#8217;s not working IE7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chirag</title>
		<link>http://css-tricks.com/override-inline-styles-with-css/#comment-56487</link>
		<dc:creator>chirag</dc:creator>
		<pubDate>Fri, 22 May 2009 10:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=2708#comment-56487</guid>
		<description><![CDATA[code

&lt;code&gt;print(&quot;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
&lt;/code&gt;

&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;




How to Override Inline Styles with Style Sheet

div[style] { background: yellow !important;}






    The inline styles for this div should make it red.


&#160;


&quot;);]]></description>
		<content:encoded><![CDATA[<p>code</p>
<p><code>print("&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"<br />
</code></p>
<p>&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;</p>
<p>How to Override Inline Styles with Style Sheet</p>
<p>div[style] { background: yellow !important;}</p>
<p>    The inline styles for this div should make it red.</p>
<p>&nbsp;</p>
<p>&#8220;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (User agent is rejected)
Content Delivery Network via cdn.css-tricks.com

 Served from: css-tricks.com @ 2013-05-24 00:00:21 by W3 Total Cache -->