<?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 Horizontal Menu</title>
	<atom:link href="http://www.devinrolsen.com/pure-css-horizontal-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devinrolsen.com/pure-css-horizontal-menu/</link>
	<description>From Developer to Developer Information and Sharing</description>
	<lastBuildDate>Tue, 23 Feb 2010 03:56:46 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David</title>
		<link>http://www.devinrolsen.com/pure-css-horizontal-menu/comment-page-1/#comment-1525</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 18 Jan 2010 06:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://devinrolsen.com/?p=42#comment-1525</guid>
		<description>hello devin,

i am a css beginner and i did your tutorial for horizontal menu (and i did it), but after success with basic navigation i try to do navigation with submenu and i didn&#039;t make it.

i am sending to you my code and if you can tell me where is a mistake:








#navigation
{width:100%; height:30px; background-color:#999;}

#navigation ul
{margin:0px; padding:0px;}

#navigation ul li
{display:inline; height:30px; float:left; list-style:none; margin-left:15px; position:relative;}

#navigation li a
{color:#fff; text-decoration:none;}

#navigation li a:hover
{color:#fff; text-decoration:underline;}

#navigation li ul
{margin:0px; padding:0px; display:none; position:absolute; left:0px; top:20px; background-color:#999;}

#navigation li:hover ul
{display:block; width:160px;}

#navigation li li
{list-style:none; display:list-item;}

#navigation li li a
{color:#fff; text-decoration:none;}

#navigation li li a:hover
{color:#fff; text-decoration:underline;}

/* ----------------------------------------------podmeni----------------------------------------------*/
#navigation li li ul
{margin:0px; padding:0px; display:none; position:absolute; left:0px; top:20px; background-color:#999;}

#navigation li li:hover ul
{display:block; width:160px;}

#navigation li li li
{list-style:none; display:list-item;}

#navigation li li li a
{color:#fff; text-decoration:none;}

#navigation li li li a:hover
{color:#fff; text-decoration:underline;}
/* ----------------------------------------------podmeni----------------------------------------------*/


	
        
            
            &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Menu Item 1&lt;/a&gt;
                
   					&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;sub sub menu item 1&lt;/a&gt;
                    	
   							&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;sub-sub menu item 1&lt;/a&gt;
							&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;sub-sub menu item 2&lt;/a&gt;
						
					
					&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;sub menu item 2&lt;/a&gt;
				
            

            &lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Menu Item 2&lt;/a&gt;
        
    
</description>
		<content:encoded><![CDATA[<p>hello devin,</p>
<p>i am a css beginner and i did your tutorial for horizontal menu (and i did it), but after success with basic navigation i try to do navigation with submenu and i didn&#8217;t make it.</p>
<p>i am sending to you my code and if you can tell me where is a mistake:</p>
<p>#navigation<br />
{width:100%; height:30px; background-color:#999;}</p>
<p>#navigation ul<br />
{margin:0px; padding:0px;}</p>
<p>#navigation ul li<br />
{display:inline; height:30px; float:left; list-style:none; margin-left:15px; position:relative;}</p>
<p>#navigation li a<br />
{color:#fff; text-decoration:none;}</p>
<p>#navigation li a:hover<br />
{color:#fff; text-decoration:underline;}</p>
<p>#navigation li ul<br />
{margin:0px; padding:0px; display:none; position:absolute; left:0px; top:20px; background-color:#999;}</p>
<p>#navigation li:hover ul<br />
{display:block; width:160px;}</p>
<p>#navigation li li<br />
{list-style:none; display:list-item;}</p>
<p>#navigation li li a<br />
{color:#fff; text-decoration:none;}</p>
<p>#navigation li li a:hover<br />
{color:#fff; text-decoration:underline;}</p>
<p>/* &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-podmeni&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*/<br />
#navigation li li ul<br />
{margin:0px; padding:0px; display:none; position:absolute; left:0px; top:20px; background-color:#999;}</p>
<p>#navigation li li:hover ul<br />
{display:block; width:160px;}</p>
<p>#navigation li li li<br />
{list-style:none; display:list-item;}</p>
<p>#navigation li li li a<br />
{color:#fff; text-decoration:none;}</p>
<p>#navigation li li li a:hover<br />
{color:#fff; text-decoration:underline;}<br />
/* &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-podmeni&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*/</p>
<p>            <a href="#" rel="nofollow">Menu Item 1</a></p>
<p>   					<a href="#" rel="nofollow">sub sub menu item 1</a></p>
<p>   							<a href="#" rel="nofollow">sub-sub menu item 1</a><br />
							<a href="#" rel="nofollow">sub-sub menu item 2</a></p>
<p>					<a href="#" rel="nofollow">sub menu item 2</a></p>
<p>            <a href="#" rel="nofollow">Menu Item 2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diaconu liviu</title>
		<link>http://www.devinrolsen.com/pure-css-horizontal-menu/comment-page-1/#comment-1499</link>
		<dc:creator>diaconu liviu</dc:creator>
		<pubDate>Sat, 09 Jan 2010 12:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://devinrolsen.com/?p=42#comment-1499</guid>
		<description>Hello

 keep to thank you for the explanation. Unfortunately we had a problem.
Chear if the menu bar has 6 buttons, submenu buttons appear at all in 1 button. What can be? I added here and CSS code for verification.

#header .nav { width:100%; overflow:hidden;}
#header .nav li { display:inline;}
#header .nav  -&gt; ul -&gt; li -&gt; ul -&gt; li
#header .nav li  ul{ margin:0px;
padding:0px;
display:none;
}
#header .nav li:hover ul{ display:block;
width:160px;
 }
#header .nav li  li{ list-style:none;
display:list-item;
}
#header .nav ul li
{
display:inline;
height:50px;
float:left;
list-style:none;
margin-left:141px;

position:relative;
} 
#header .nav li ul
{
margin:0px;
padding:0px;
display:none;
position:absolute;
}
#header .nav li ul
{
margin:0px;
padding:0px;
display:none;
position:absolute;
left:0px;
top:50px;

}
#header .nav li ul
{
margin:0px;
padding:0px;
display:none;
position:absolute;
left:0px;
top:50px;


}

#header .nav li a { display:block; float:left; background:url(images/nav-bg.png) no-repeat left top; width:141px; height:50px; text-align:center; font-size:1.17em; line-height:50px; margin-right:-1px; color:#fff; text-decoration:none;}
#header .nav li a:hover { color:#f99933;}
#header .nav li a.current { color:#f99933;}
#header .nav li li a { display:block; float:left; background:url(images/nav-bg.png) no-repeat left top; width:141px; height:50px; text-align:center; font-size:1.17em; line-height:50px; margin-right:-1px; color:#fff; text-decoration:none;}
#header .nav li li a:hover { color:#f99933;}</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p> keep to thank you for the explanation. Unfortunately we had a problem.<br />
Chear if the menu bar has 6 buttons, submenu buttons appear at all in 1 button. What can be? I added here and CSS code for verification.</p>
<p>#header .nav { width:100%; overflow:hidden;}<br />
#header .nav li { display:inline;}<br />
#header .nav  -&gt; ul -&gt; li -&gt; ul -&gt; li<br />
#header .nav li  ul{ margin:0px;<br />
padding:0px;<br />
display:none;<br />
}<br />
#header .nav li:hover ul{ display:block;<br />
width:160px;<br />
 }<br />
#header .nav li  li{ list-style:none;<br />
display:list-item;<br />
}<br />
#header .nav ul li<br />
{<br />
display:inline;<br />
height:50px;<br />
float:left;<br />
list-style:none;<br />
margin-left:141px;</p>
<p>position:relative;<br />
}<br />
#header .nav li ul<br />
{<br />
margin:0px;<br />
padding:0px;<br />
display:none;<br />
position:absolute;<br />
}<br />
#header .nav li ul<br />
{<br />
margin:0px;<br />
padding:0px;<br />
display:none;<br />
position:absolute;<br />
left:0px;<br />
top:50px;</p>
<p>}<br />
#header .nav li ul<br />
{<br />
margin:0px;<br />
padding:0px;<br />
display:none;<br />
position:absolute;<br />
left:0px;<br />
top:50px;</p>
<p>}</p>
<p>#header .nav li a { display:block; float:left; background:url(images/nav-bg.png) no-repeat left top; width:141px; height:50px; text-align:center; font-size:1.17em; line-height:50px; margin-right:-1px; color:#fff; text-decoration:none;}<br />
#header .nav li a:hover { color:#f99933;}<br />
#header .nav li a.current { color:#f99933;}<br />
#header .nav li li a { display:block; float:left; background:url(images/nav-bg.png) no-repeat left top; width:141px; height:50px; text-align:center; font-size:1.17em; line-height:50px; margin-right:-1px; color:#fff; text-decoration:none;}<br />
#header .nav li li a:hover { color:#f99933;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto Tatsumi</title>
		<link>http://www.devinrolsen.com/pure-css-horizontal-menu/comment-page-1/#comment-1458</link>
		<dc:creator>Otto Tatsumi</dc:creator>
		<pubDate>Wed, 30 Dec 2009 11:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://devinrolsen.com/?p=42#comment-1458</guid>
		<description>The navigation menu on mine require alot of spacing and therefore a gap is created between the parent menu and the sub menu. When the 30px gap is there, i cannot keep hovering to the sub menu. when there is roughly 15px gap, the menu works. Is there a way to go around that and still keep the spacing? It would look weird if I lowered the spacing to anything less than 30. thanks. 

student.seas.gwu.edu/~ottobahn/test.html</description>
		<content:encoded><![CDATA[<p>The navigation menu on mine require alot of spacing and therefore a gap is created between the parent menu and the sub menu. When the 30px gap is there, i cannot keep hovering to the sub menu. when there is roughly 15px gap, the menu works. Is there a way to go around that and still keep the spacing? It would look weird if I lowered the spacing to anything less than 30. thanks. </p>
<p>student.seas.gwu.edu/~ottobahn/test.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syk</title>
		<link>http://www.devinrolsen.com/pure-css-horizontal-menu/comment-page-1/#comment-1431</link>
		<dc:creator>Syk</dc:creator>
		<pubDate>Thu, 24 Dec 2009 15:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://devinrolsen.com/?p=42#comment-1431</guid>
		<description>Hello Devin R. Olsen!
I&#039;m having great difficulties in making submenu with submenu. I&#039;ve tried to do it at least 4 times without any success.
The second point is that I&#039;m having rows with different length. It wraps text together and 2 &#039;s goes together on one line. Can you please give a solution for that.
I really appreciate your work!</description>
		<content:encoded><![CDATA[<p>Hello Devin R. Olsen!<br />
I&#8217;m having great difficulties in making submenu with submenu. I&#8217;ve tried to do it at least 4 times without any success.<br />
The second point is that I&#8217;m having rows with different length. It wraps text together and 2 &#8217;s goes together on one line. Can you please give a solution for that.<br />
I really appreciate your work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indialike</title>
		<link>http://www.devinrolsen.com/pure-css-horizontal-menu/comment-page-1/#comment-1366</link>
		<dc:creator>indialike</dc:creator>
		<pubDate>Thu, 10 Dec 2009 11:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://devinrolsen.com/?p=42#comment-1366</guid>
		<description>This is really very good Site... Thanks</description>
		<content:encoded><![CDATA[<p>This is really very good Site&#8230; Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://www.devinrolsen.com/pure-css-horizontal-menu/comment-page-1/#comment-1022</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Tue, 17 Nov 2009 21:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://devinrolsen.com/?p=42#comment-1022</guid>
		<description>Great Tutorial. I have been looking for something like this for almost a week. 

I am looking for the sub-navigation menu horizontal instead of vertical. Also, I want the sub-navigation horizontal menu to be displayed all the time either when I hover the top menu items or when I click on one of the top menu items. 

I am looking for menu to behave like web sites abcnews.com or charlotteObserver.com. Also do you know how to get the same gradient colors.

I greatly appreciate your help. I have spent almost a week with out any success to create menu&#039;s like abcnews.com or charlotteObserver.com</description>
		<content:encoded><![CDATA[<p>Great Tutorial. I have been looking for something like this for almost a week. </p>
<p>I am looking for the sub-navigation menu horizontal instead of vertical. Also, I want the sub-navigation horizontal menu to be displayed all the time either when I hover the top menu items or when I click on one of the top menu items. </p>
<p>I am looking for menu to behave like web sites abcnews.com or charlotteObserver.com. Also do you know how to get the same gradient colors.</p>
<p>I greatly appreciate your help. I have spent almost a week with out any success to create menu&#8217;s like abcnews.com or charlotteObserver.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>
