<?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: Display None In CSS</title>
	<atom:link href="http://ulyssesonline.com/2008/11/11/display-none-in-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://ulyssesonline.com/2008/11/11/display-none-in-css/</link>
	<description>the online surfer</description>
	<lastBuildDate>Thu, 29 Jul 2010 03:38:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ulyssesr</title>
		<link>http://ulyssesonline.com/2008/11/11/display-none-in-css/#comment-194485</link>
		<dc:creator>ulyssesr</dc:creator>
		<pubDate>Sun, 25 Jan 2009 17:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://ulyssesonline.com/?p=1997#comment-194485</guid>
		<description>I thought it&#039;s the other way around. Classes and Id&#039;s that are nested usually take precedence over the parent ones. A good illustration is explained below. Suppose you have a page with a layout such as this.

&lt;pre lang=&quot;html&quot;&gt;
&lt;div id=&quot;body&quot;&gt;
  &lt;div class=&quot;content&quot;&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/pre&gt;

Applying CSS to content for example will supersede any CSS rules applied to the body! </description>
		<content:encoded><![CDATA[<p>I thought it&#8217;s the other way around. Classes and Id&#8217;s that are nested usually take precedence over the parent ones. A good illustration is explained below. Suppose you have a page with a layout such as this.</p>
<pre lang="html">
<div id="body">
<div class="content">
  </div>
</div>
</pre>
<p>Applying CSS to content for example will supersede any CSS rules applied to the body!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Usman</title>
		<link>http://ulyssesonline.com/2008/11/11/display-none-in-css/#comment-194317</link>
		<dc:creator>Usman</dc:creator>
		<pubDate>Thu, 22 Jan 2009 22:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://ulyssesonline.com/?p=1997#comment-194317</guid>
		<description>Is there a way to supersede the effect of display:none. 

For Example, 
I applied &quot;display:none&quot; to a  tag and later in a nested  tag if i need to show whatever was hidden by the parent  tag. 
How would i revert the &quot;display:none&quot; effect.


     /*How would i display text under this tag since the top   
                                is removing everything nested */

Thanks
-Usman</description>
		<content:encoded><![CDATA[<p>Is there a way to supersede the effect of display:none. </p>
<p>For Example,<br />
I applied &#8220;display:none&#8221; to a  tag and later in a nested  tag if i need to show whatever was hidden by the parent  tag.<br />
How would i revert the &#8220;display:none&#8221; effect.</p>
<p>     /*How would i display text under this tag since the top<br />
                                is removing everything nested */</p>
<p>Thanks<br />
-Usman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Hermoso</title>
		<link>http://ulyssesonline.com/2008/11/11/display-none-in-css/#comment-188468</link>
		<dc:creator>Carlos Hermoso</dc:creator>
		<pubDate>Thu, 20 Nov 2008 14:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://ulyssesonline.com/?p=1997#comment-188468</guid>
		<description>It&#039;s actually useful</description>
		<content:encoded><![CDATA[<p>It&#8217;s actually useful</p>
]]></content:encoded>
	</item>
</channel>
</rss>
