 <?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 for Devin R. Olsen Web Developer</title>
	<atom:link href="http://www.devinrolsen.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devinrolsen.com</link>
	<description>From Developer to Developer Information and Sharing</description>
	<lastBuildDate>Wed, 01 Feb 2012 23:06:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Pure CSS Vertical Menu by Greg</title>
		<link>http://www.devinrolsen.com/pure-css-vertical-menu/#comment-6919</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 01 Feb 2012 23:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://devinrolsen.com/?p=40#comment-6919</guid>
		<description>This is a great example and explanation.  Thanks for putting this up!</description>
		<content:encoded><![CDATA[<p>This is a great example and explanation.  Thanks for putting this up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pure CSS Horizontal Menu by ben</title>
		<link>http://www.devinrolsen.com/pure-css-horizontal-menu/#comment-6918</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Tue, 31 Jan 2012 05:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://devinrolsen.com/?p=42#comment-6918</guid>
		<description>such a fabulous tutorial. Thank you so much for the easy to follow explanation.</description>
		<content:encoded><![CDATA[<p>such a fabulous tutorial. Thank you so much for the easy to follow explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pure CSS Vertical Menu by Devin R. Olsen</title>
		<link>http://www.devinrolsen.com/pure-css-vertical-menu/#comment-6917</link>
		<dc:creator>Devin R. Olsen</dc:creator>
		<pubDate>Mon, 30 Jan 2012 19:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://devinrolsen.com/?p=40#comment-6917</guid>
		<description>@Ruth, sounds like the parent li container for your sub-level menu items was not given a position relative. This will prevent the sub-level menu (who is set to position absolute) from breaking out of the flow of design all the way up to the body, but rather breaks it from the flow of design up to it&#039;s immediate parent container.

You might also need to specify a fixed width for your sub-level ul menu container.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>@Ruth, sounds like the parent li container for your sub-level menu items was not given a position relative. This will prevent the sub-level menu (who is set to position absolute) from breaking out of the flow of design all the way up to the body, but rather breaks it from the flow of design up to it&#8217;s immediate parent container.</p>
<p>You might also need to specify a fixed width for your sub-level ul menu container.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pure CSS Menu With Infinite Sub Menus Tutorial by Devin R. Olsen</title>
		<link>http://www.devinrolsen.com/pure-css-menu-with-infinite-sub-menus-tutorial/#comment-6916</link>
		<dc:creator>Devin R. Olsen</dc:creator>
		<pubDate>Mon, 30 Jan 2012 19:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.devinrolsen.com/?p=774#comment-6916</guid>
		<description>@ebru, I removed your code from the comment. I normally don&#039;t even allow comments who just spam their code in them, because I have already stated above (at the end of the tutorial) to PLEASE send all code related questions to http://www.jsfiddle.net/. This prevents my comments list from being spammed with meaning less code and keeps the question first and foremost.

Try again.</description>
		<content:encoded><![CDATA[<p>@ebru, I removed your code from the comment. I normally don&#8217;t even allow comments who just spam their code in them, because I have already stated above (at the end of the tutorial) to PLEASE send all code related questions to <a href="http://www.jsfiddle.net/" rel="nofollow">http://www.jsfiddle.net/</a>. This prevents my comments list from being spammed with meaning less code and keeps the question first and foremost.</p>
<p>Try again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pure CSS Horizontal Menu by Andy</title>
		<link>http://www.devinrolsen.com/pure-css-horizontal-menu/#comment-6915</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 30 Jan 2012 18:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://devinrolsen.com/?p=42#comment-6915</guid>
		<description>Great tutorial - My current website uses an Adobe Spry for horizontal menus. Devin&#039;s solution is much cleaner (no javascript). I plan to extend my site to support desktops, tablets, and smart phones. To do this I am using an external style sheet with the following content:
/* Desktop &amp; Tablet */
@import url(&quot;Horiz.css&quot;) only screen and (min-width:321px);

/* Phone */
@import url(&quot;Vert.css&quot;) only screen and (max-width:320px);

The Horiz.css &amp; Vert.css files were extracted from the 2 tutorials.
I only need to modify Horiz.css to handle multiple levels.</description>
		<content:encoded><![CDATA[<p>Great tutorial &#8211; My current website uses an Adobe Spry for horizontal menus. Devin&#8217;s solution is much cleaner (no javascript). I plan to extend my site to support desktops, tablets, and smart phones. To do this I am using an external style sheet with the following content:<br />
/* Desktop &amp; Tablet */<br />
@import url(&#8220;Horiz.css&#8221;) only screen and (min-width:321px);</p>
<p>/* Phone */<br />
@import url(&#8220;Vert.css&#8221;) only screen and (max-width:320px);</p>
<p>The Horiz.css &amp; Vert.css files were extracted from the 2 tutorials.<br />
I only need to modify Horiz.css to handle multiple levels.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pure CSS Vertical Menu by Ruth</title>
		<link>http://www.devinrolsen.com/pure-css-vertical-menu/#comment-6914</link>
		<dc:creator>Ruth</dc:creator>
		<pubDate>Sun, 29 Jan 2012 19:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://devinrolsen.com/?p=40#comment-6914</guid>
		<description>Hello Devin,

I&#039;m very new to this and following your instructions down to:

The next thing we want to setup, is our sub-level list items styles: 

For some reason as you can see from the URL (well it is on my IE9) my sub-level is spread across the page on one line.</description>
		<content:encoded><![CDATA[<p>Hello Devin,</p>
<p>I&#8217;m very new to this and following your instructions down to:</p>
<p>The next thing we want to setup, is our sub-level list items styles: </p>
<p>For some reason as you can see from the URL (well it is on my IE9) my sub-level is spread across the page on one line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pure CSS Vertical Menu by Jay M. Kusombi</title>
		<link>http://www.devinrolsen.com/pure-css-vertical-menu/#comment-6908</link>
		<dc:creator>Jay M. Kusombi</dc:creator>
		<pubDate>Thu, 26 Jan 2012 15:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://devinrolsen.com/?p=40#comment-6908</guid>
		<description>Very thorough, well done sir.</description>
		<content:encoded><![CDATA[<p>Very thorough, well done sir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to model a 3d building and interior by Maralynn</title>
		<link>http://www.devinrolsen.com/how-to-model-a-3d-building-and-interior/#comment-6905</link>
		<dc:creator>Maralynn</dc:creator>
		<pubDate>Thu, 26 Jan 2012 03:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.devinrolsen.com/?p=1564#comment-6905</guid>
		<description>This website makes thngis hella easy.</description>
		<content:encoded><![CDATA[<p>This website makes thngis hella easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pure CSS Horizontal Menu by Andrzej</title>
		<link>http://www.devinrolsen.com/pure-css-horizontal-menu/#comment-6903</link>
		<dc:creator>Andrzej</dc:creator>
		<pubDate>Wed, 25 Jan 2012 13:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://devinrolsen.com/?p=42#comment-6903</guid>
		<description>Dear Devin,

your tutorial is a great!

however - I&#039;m trying to add sub-sub-menu and it&#039;s still visible with sub-menu. Can you explain step-by-step how to &quot;hide&quot; it untill its been clickin on?

I tried to do this according your comment (http://www.devinrolsen.com/pure-css-horizontal-menu/#comment-112) 

made a new rules (copy from 2nd level)
but I don&#039;t understand what to do with:

The only other changes would have to be in the new sub level rule \”#navigation li li ul\” where you would want to adjust the top and left rules to your desired results.
Lastly don’t forget to add a new sub level unordered list in our structure where you desire a second sub level menu.
 
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Dear Devin,</p>
<p>your tutorial is a great!</p>
<p>however &#8211; I&#8217;m trying to add sub-sub-menu and it&#8217;s still visible with sub-menu. Can you explain step-by-step how to &#8220;hide&#8221; it untill its been clickin on?</p>
<p>I tried to do this according your comment (<a href="http://www.devinrolsen.com/pure-css-horizontal-menu/#comment-112" rel="nofollow">http://www.devinrolsen.com/pure-css-horizontal-menu/#comment-112</a>) </p>
<p>made a new rules (copy from 2nd level)<br />
but I don&#8217;t understand what to do with:</p>
<p>The only other changes would have to be in the new sub level rule \”#navigation li li ul\” where you would want to adjust the top and left rules to your desired results.<br />
Lastly don’t forget to add a new sub level unordered list in our structure where you desire a second sub level menu.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pure CSS Menu With Infinite Sub Menus Tutorial by ebru</title>
		<link>http://www.devinrolsen.com/pure-css-menu-with-infinite-sub-menus-tutorial/#comment-6899</link>
		<dc:creator>ebru</dc:creator>
		<pubDate>Mon, 23 Jan 2012 20:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.devinrolsen.com/?p=774#comment-6899</guid>
		<description>hey devin!
i was wondering if you can show how to make the second sub menu go horizontal?
thanks!</description>
		<content:encoded><![CDATA[<p>hey devin!<br />
i was wondering if you can show how to make the second sub menu go horizontal?<br />
thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pure CSS Menu With Infinite Sub Menus Tutorial by ebru</title>
		<link>http://www.devinrolsen.com/pure-css-menu-with-infinite-sub-menus-tutorial/#comment-6892</link>
		<dc:creator>ebru</dc:creator>
		<pubDate>Sun, 22 Jan 2012 01:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.devinrolsen.com/?p=774#comment-6892</guid>
		<description>hey there!
thanks for the helpful tutorials! i changed some of the stuff. and it is working perfectly fine. however, i have been trying to make the second sub menu go horizontal but so far no luck... i was wondering if you can take a look at my code...
</description>
		<content:encoded><![CDATA[<p>hey there!<br />
thanks for the helpful tutorials! i changed some of the stuff. and it is working perfectly fine. however, i have been trying to make the second sub menu go horizontal but so far no luck&#8230; i was wondering if you can take a look at my code&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pure CSS Vertical Menu by Spandan Sarkar</title>
		<link>http://www.devinrolsen.com/pure-css-vertical-menu/#comment-6890</link>
		<dc:creator>Spandan Sarkar</dc:creator>
		<pubDate>Sat, 21 Jan 2012 05:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://devinrolsen.com/?p=40#comment-6890</guid>
		<description>It was great to learn from you........I have implemented it in my website. Thank you so much......your hard work is helping a lot of people....thanks again...</description>
		<content:encoded><![CDATA[<p>It was great to learn from you&#8230;&#8230;..I have implemented it in my website. Thank you so much&#8230;&#8230;your hard work is helping a lot of people&#8230;.thanks again&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk

Served from: www.devinrolsen.com @ 2012-02-05 12:40:19 -->
