<?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: Wiping Out Inherited CSS Styles</title>
	<atom:link href="http://www.michaelhamrah.com/blog/2009/02/wiping-out-inherited-css-styles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelhamrah.com/blog/2009/02/wiping-out-inherited-css-styles/</link>
	<description>All the stuff after "Hello, World!"</description>
	<lastBuildDate>Mon, 16 Jan 2012 14:42:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: r3zn1k</title>
		<link>http://www.michaelhamrah.com/blog/2009/02/wiping-out-inherited-css-styles/comment-page-1/#comment-351</link>
		<dc:creator>r3zn1k</dc:creator>
		<pubDate>Fri, 27 Aug 2010 06:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=161#comment-351</guid>
		<description>&lt;p&gt;Thank you!
This works perfectly!&lt;/p&gt;

&lt;p&gt;default_css:
class {
 top: 500px;
}&lt;/p&gt;

&lt;p&gt;customized_css (which will override the default_css):
class {
 top: auto;
 bottom: 25px;
}&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you!
This works perfectly!</p>

<p>default_css:
class {
 top: 500px;
}</p>

<p>customized_css (which will override the default_css):
class {
 top: auto;
 bottom: 25px;
}</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.michaelhamrah.com/blog/2009/02/wiping-out-inherited-css-styles/comment-page-1/#comment-247</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 05 Feb 2010 16:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=161#comment-247</guid>
		<description>&lt;p&gt;I&#039;m not sure how ckeditor works internally, but you can use firebug to determine the html markup and find out what styles are being applied to the element.  You can edit styles on the fly with firebug, so try playing around and see if you can get what you want.  Stripping off all styles should get you the default button look.  Also, make sure the element you want is an input type=&#039;button&#039; element.  If it&#039;s not, you&#039;re probably not going to get the look you want.  If you can get it tweaked in firebug, make sure the css change you make is getting picked up.  You want to be as specific as possible with your selector, so use the id of the element if possible, with an auto !important declaration for overrides.  If this style is not getting picked up, you can check the inheritance chain in firebug to see what&#039;s overriding it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure how ckeditor works internally, but you can use firebug to determine the html markup and find out what styles are being applied to the element.  You can edit styles on the fly with firebug, so try playing around and see if you can get what you want.  Stripping off all styles should get you the default button look.  Also, make sure the element you want is an input type=&#8217;button&#8217; element.  If it&#8217;s not, you&#8217;re probably not going to get the look you want.  If you can get it tweaked in firebug, make sure the css change you make is getting picked up.  You want to be as specific as possible with your selector, so use the id of the element if possible, with an auto !important declaration for overrides.  If this style is not getting picked up, you can check the inheritance chain in firebug to see what&#8217;s overriding it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: brad</title>
		<link>http://www.michaelhamrah.com/blog/2009/02/wiping-out-inherited-css-styles/comment-page-1/#comment-243</link>
		<dc:creator>brad</dc:creator>
		<pubDate>Sat, 30 Jan 2010 20:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=161#comment-243</guid>
		<description>&lt;p&gt;That doesn&#039;t do anything for what I am trying to do.  I am adding a button to ckeditor and somewhere they strip all formatting for buttons and inputs.  I want to ignore that and have a default looking button but no dice.&lt;/p&gt;

&lt;p&gt;If I could even just find what the default values are for a button i can override them.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That doesn&#8217;t do anything for what I am trying to do.  I am adding a button to ckeditor and somewhere they strip all formatting for buttons and inputs.  I want to ignore that and have a default looking button but no dice.</p>

<p>If I could even just find what the default values are for a button i can override them.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Wiping Out Inherited CSS Styles &#124; Adventures in HttpContext &#124; Best Web Gallery</title>
		<link>http://www.michaelhamrah.com/blog/2009/02/wiping-out-inherited-css-styles/comment-page-1/#comment-69</link>
		<dc:creator>Wiping Out Inherited CSS Styles &#124; Adventures in HttpContext &#124; Best Web Gallery</dc:creator>
		<pubDate>Sat, 28 Feb 2009 00:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=161#comment-69</guid>
		<description>&lt;p&gt;[...] Wiping Out Inherited CSS Styles &#124; Adventures in HttpContext  [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Wiping Out Inherited CSS Styles | Adventures in HttpContext  [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>

