<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Show/Hide Content With CSS &#038; Javascript</title>
	<link>http://www.metatitan.com/css/18/showhide-content-with-css-javascript.html</link>
	<description>Knowledge to help you build good websites</description>
	<pubDate>Thu, 20 Nov 2008 22:04:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: Moin Uddin</title>
		<link>http://www.metatitan.com/css/18/showhide-content-with-css-javascript.html#comment-173</link>
		<dc:creator>Moin Uddin</dc:creator>
		<pubDate>Sun, 18 Nov 2007 10:01:04 +0000</pubDate>
		<guid>http://www.metatitan.com/css/18/showhide-content-with-css-javascript.html#comment-173</guid>
		<description>I search more than 1 hour for this.
Really thanks.</description>
		<content:encoded><![CDATA[<p>I search more than 1 hour for this.<br />
Really thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://www.metatitan.com/css/18/showhide-content-with-css-javascript.html#comment-153</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Thu, 08 Nov 2007 23:28:47 +0000</pubDate>
		<guid>http://www.metatitan.com/css/18/showhide-content-with-css-javascript.html#comment-153</guid>
		<description>kinda 'cheap but you can also do:

document.getElementById('DIV_ID').innerHTML='';</description>
		<content:encoded><![CDATA[<p>kinda &#8216;cheap but you can also do:</p>
<p>document.getElementById(&#8217;DIV_ID&#8217;).innerHTML=&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neon Knight</title>
		<link>http://www.metatitan.com/css/18/showhide-content-with-css-javascript.html#comment-116</link>
		<dc:creator>Neon Knight</dc:creator>
		<pubDate>Wed, 31 Oct 2007 20:23:48 +0000</pubDate>
		<guid>http://www.metatitan.com/css/18/showhide-content-with-css-javascript.html#comment-116</guid>
		<description>I use a similar script in my pages. To extend this script to toggle other elements (such as a table row) you need to set the display style to it's own setting. I.e. a tr will need to be set to 'table-row', a td to 'table-cell' etc. See http://www.w3schools.com/css/pr_class_display.asp for other options.

However, this throws an error in IE. So you need to either put each statement in a try/catch block, or be more clever about browser detection to determine the correct method.</description>
		<content:encoded><![CDATA[<p>I use a similar script in my pages. To extend this script to toggle other elements (such as a table row) you need to set the display style to it&#8217;s own setting. I.e. a tr will need to be set to &#8216;table-row&#8217;, a td to &#8216;table-cell&#8217; etc. See <a href="http://www.w3schools.com/css/pr_class_display.asp" rel="nofollow">http://www.w3schools.com/css/pr_class_display.asp</a> for other options.</p>
<p>However, this throws an error in IE. So you need to either put each statement in a try/catch block, or be more clever about browser detection to determine the correct method.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
