<?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: Pure CSS collapsible tree menu</title>
	<atom:link href="http://www.thecssninja.com/css/css-tree-menu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thecssninja.com/css/css-tree-menu</link>
	<description>All things CSS, JavaScript &#38; HTML</description>
	<lastBuildDate>Sat, 21 Jan 2012 04:46:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Wayne B</title>
		<link>http://www.thecssninja.com/css/css-tree-menu/comment-page-1#comment-5325</link>
		<dc:creator>Wayne B</dc:creator>
		<pubDate>Sat, 21 Jan 2012 04:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=653#comment-5325</guid>
		<description>I use it as an index in the Archive section of my photo blog.  This is perfect. Absolutely perfect.  Thanks Css Ninja! And, it validates Strict, too!  Just ideal for my site!</description>
		<content:encoded><![CDATA[<p>I use it as an index in the Archive section of my photo blog.  This is perfect. Absolutely perfect.  Thanks Css Ninja! And, it validates Strict, too!  Just ideal for my site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erin</title>
		<link>http://www.thecssninja.com/css/css-tree-menu/comment-page-1#comment-5129</link>
		<dc:creator>Erin</dc:creator>
		<pubDate>Sat, 31 Dec 2011 00:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=653#comment-5129</guid>
		<description>Love the tree!

I can&#039;t get the selectivizr to work, though.  I&#039;ll admit I&#039;m a total newbie, so I think the problem is simply that I don&#039;t know how to correctly enter the reference to the javascript library or how to make sure Dreamweaver CS5 has one, or...

So I&#039;m sure it&#039;s a really stupid question, but how do I find currently existing javascript libraries, and how do I tell the script/page to reference them?

Thanks!</description>
		<content:encoded><![CDATA[<p>Love the tree!</p>
<p>I can&#8217;t get the selectivizr to work, though.  I&#8217;ll admit I&#8217;m a total newbie, so I think the problem is simply that I don&#8217;t know how to correctly enter the reference to the javascript library or how to make sure Dreamweaver CS5 has one, or&#8230;</p>
<p>So I&#8217;m sure it&#8217;s a really stupid question, but how do I find currently existing javascript libraries, and how do I tell the script/page to reference them?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jag</title>
		<link>http://www.thecssninja.com/css/css-tree-menu/comment-page-1#comment-3231</link>
		<dc:creator>Jag</dc:creator>
		<pubDate>Tue, 15 Nov 2011 21:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=653#comment-3231</guid>
		<description>I used to use &quot;joust&quot; in my old days in school... but I find your solution very very impressive. I&#039;m a HW guy and NOT a SW guy at all. So, I have a very silly question,  basically I want the tree to stick to the left side of the page, and my files to show up on right side, ... 

This is probably as per previous query by one of the users... 

@Zeus
Just reduce the padding on the label and remove the background reference. Same for the links.

Can you please provide an example of this? Where do I reduce &quot;padding&quot; and remove &quot;background reference&quot;? 

I&#039;m again sorry for silly question...</description>
		<content:encoded><![CDATA[<p>I used to use &#8220;joust&#8221; in my old days in school&#8230; but I find your solution very very impressive. I&#8217;m a HW guy and NOT a SW guy at all. So, I have a very silly question,  basically I want the tree to stick to the left side of the page, and my files to show up on right side, &#8230; </p>
<p>This is probably as per previous query by one of the users&#8230; </p>
<p>@Zeus<br />
Just reduce the padding on the label and remove the background reference. Same for the links.</p>
<p>Can you please provide an example of this? Where do I reduce &#8220;padding&#8221; and remove &#8220;background reference&#8221;? </p>
<p>I&#8217;m again sorry for silly question&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mehran</title>
		<link>http://www.thecssninja.com/css/css-tree-menu/comment-page-1#comment-3200</link>
		<dc:creator>mehran</dc:creator>
		<pubDate>Tue, 15 Nov 2011 09:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=653#comment-3200</guid>
		<description>Thanks Ninja, that&#039;s goooood</description>
		<content:encoded><![CDATA[<p>Thanks Ninja, that&#8217;s goooood</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Seddon</title>
		<link>http://www.thecssninja.com/css/css-tree-menu/comment-page-1#comment-2886</link>
		<dc:creator>Ryan Seddon</dc:creator>
		<pubDate>Wed, 09 Nov 2011 02:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=653#comment-2886</guid>
		<description>@&lt;a href=&quot;#comment-2858&quot; rel=&quot;nofollow&quot;&gt;Andy&lt;/a&gt; - 

That&#039;s a very good point I could just use display: none/block over height I&#039;m not sure why I did it originally, but I&#039;ve updated the demo to use that. This also fixes the issue for keyboard navigation. They&#039;re now hidden so you can&#039;t tab to hidden elements unless they&#039;re a visible so it works much more logically now.

Cheers!</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-2858" rel="nofollow">Andy</a> &#8211; </p>
<p>That&#8217;s a very good point I could just use display: none/block over height I&#8217;m not sure why I did it originally, but I&#8217;ve updated the demo to use that. This also fixes the issue for keyboard navigation. They&#8217;re now hidden so you can&#8217;t tab to hidden elements unless they&#8217;re a visible so it works much more logically now.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy from Workshopshed</title>
		<link>http://www.thecssninja.com/css/css-tree-menu/comment-page-1#comment-2858</link>
		<dc:creator>Andy from Workshopshed</dc:creator>
		<pubDate>Tue, 08 Nov 2011 10:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=653#comment-2858</guid>
		<description>Just tried navigating using just the keyboard, tabbing and using space to toggle the checkboxes works but you can tab to items that are not visible.</description>
		<content:encoded><![CDATA[<p>Just tried navigating using just the keyboard, tabbing and using space to toggle the checkboxes works but you can tab to items that are not visible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy from Workshopshed</title>
		<link>http://www.thecssninja.com/css/css-tree-menu/comment-page-1#comment-2857</link>
		<dc:creator>Andy from Workshopshed</dc:creator>
		<pubDate>Tue, 08 Nov 2011 10:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=653#comment-2857</guid>
		<description>Ryan, I&#039;m not an expert on screen readers, the chap who was giving a talk said he tested your menu with NVDA and the zero height rows were indeed not read by that reader. Is there a reason why you use zero height and not hidden?</description>
		<content:encoded><![CDATA[<p>Ryan, I&#8217;m not an expert on screen readers, the chap who was giving a talk said he tested your menu with NVDA and the zero height rows were indeed not read by that reader. Is there a reason why you use zero height and not hidden?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gkr</title>
		<link>http://www.thecssninja.com/css/css-tree-menu/comment-page-1#comment-2796</link>
		<dc:creator>gkr</dc:creator>
		<pubDate>Sun, 06 Nov 2011 06:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=653#comment-2796</guid>
		<description>excellent post 

Can i spread this post in blogger blog giving a backlink to your post.</description>
		<content:encoded><![CDATA[<p>excellent post </p>
<p>Can i spread this post in blogger blog giving a backlink to your post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.thecssninja.com/css/css-tree-menu/comment-page-1#comment-2794</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 04 Nov 2011 23:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=653#comment-2794</guid>
		<description>Wow, I was thinking this one was with a little bit of javascript but you&#039;ve impressed me!
It&#039;s truely pure CSS, very nice work.</description>
		<content:encoded><![CDATA[<p>Wow, I was thinking this one was with a little bit of javascript but you&#8217;ve impressed me!<br />
It&#8217;s truely pure CSS, very nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Seddon</title>
		<link>http://www.thecssninja.com/css/css-tree-menu/comment-page-1#comment-2778</link>
		<dc:creator>Ryan Seddon</dc:creator>
		<pubDate>Sun, 30 Oct 2011 22:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=653#comment-2778</guid>
		<description>@&lt;a href=&quot;#comment-2770&quot; rel=&quot;nofollow&quot;&gt;Patrick&lt;/a&gt; - 

If you have two versions on the one page you shouldn&#039;t have to change anything, other than making sure the 2nd version doesn&#039;t share any of the same id values as the first otherwise it&#039;ll intefere with how the the checkboxes work.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-2770" rel="nofollow">Patrick</a> &#8211; </p>
<p>If you have two versions on the one page you shouldn&#8217;t have to change anything, other than making sure the 2nd version doesn&#8217;t share any of the same id values as the first otherwise it&#8217;ll intefere with how the the checkboxes work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

