<?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: How to Create a CSS Drop Down Navigation</title>
	<atom:link href="http://www.startawebdesigncompany.com/41/how-to-create-a-css-drop-down-navigation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.startawebdesigncompany.com/41/how-to-create-a-css-drop-down-navigation/</link>
	<description>Starting my own web design firm.</description>
	<lastBuildDate>Mon, 10 Aug 2009 22:28:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robin</title>
		<link>http://www.startawebdesigncompany.com/41/how-to-create-a-css-drop-down-navigation/comment-page-1/#comment-1148</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Mon, 16 Feb 2009 21:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohohappens.com/41/how-to-create-a-css-drop-down-navigation/#comment-1148</guid>
		<description>Hi, I got it just as you placed it and it worked on the first try. Now it´s just a matter of tweaking the CSS and its in. Thank you. This was finally a functional solutio to a very large amount of erroneous examples I had tried before. Greetings from Malaga, Spain.</description>
		<content:encoded><![CDATA[<p>Hi, I got it just as you placed it and it worked on the first try. Now it´s just a matter of tweaking the CSS and its in. Thank you. This was finally a functional solutio to a very large amount of erroneous examples I had tried before. Greetings from Malaga, Spain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.startawebdesigncompany.com/41/how-to-create-a-css-drop-down-navigation/comment-page-1/#comment-727</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Wed, 31 Dec 2008 00:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohohappens.com/41/how-to-create-a-css-drop-down-navigation/#comment-727</guid>
		<description>Thank you for the tutorial.  It works in FF and Safari fine but, I did have an issue that I can not resolve in IE7.  

When hovering, the first sublist appears to the right and level with of the main list item instead of below it (the other sublist items are below the first as they should be). I can not reach the sublist links because to click them I have to leave the main li item and they then disappear.

What have I missed?</description>
		<content:encoded><![CDATA[<p>Thank you for the tutorial.  It works in FF and Safari fine but, I did have an issue that I can not resolve in IE7.  </p>
<p>When hovering, the first sublist appears to the right and level with of the main list item instead of below it (the other sublist items are below the first as they should be). I can not reach the sublist links because to click them I have to leave the main li item and they then disappear.</p>
<p>What have I missed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lardlad</title>
		<link>http://www.startawebdesigncompany.com/41/how-to-create-a-css-drop-down-navigation/comment-page-1/#comment-383</link>
		<dc:creator>Lardlad</dc:creator>
		<pubDate>Tue, 16 Sep 2008 13:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohohappens.com/41/how-to-create-a-css-drop-down-navigation/#comment-383</guid>
		<description>Add display:none; and a display:block; on :hover

#nav li ul {
		display:none; /* added property*/
	}

	#nav li:hover ul, #nav li.sfhover ul {
		position:relative;
		left:auto;
		height:1%;
		display:block; /* added property*/
	}</description>
		<content:encoded><![CDATA[<p>Add display:none; and a display:block; on :hover</p>
<p>#nav li ul {<br />
		display:none; /* added property*/<br />
	}</p>
<p>	#nav li:hover ul, #nav li.sfhover ul {<br />
		position:relative;<br />
		left:auto;<br />
		height:1%;<br />
		display:block; /* added property*/<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lardlad</title>
		<link>http://www.startawebdesigncompany.com/41/how-to-create-a-css-drop-down-navigation/comment-page-1/#comment-382</link>
		<dc:creator>Lardlad</dc:creator>
		<pubDate>Tue, 16 Sep 2008 13:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohohappens.com/41/how-to-create-a-css-drop-down-navigation/#comment-382</guid>
		<description>I did find an issue with Safari (Version 3.1.2 (5525.20.1)). After you mouse off a list, there is a block left visible. Also if you hover over where the inner UL was, the menu comes back up.</description>
		<content:encoded><![CDATA[<p>I did find an issue with Safari (Version 3.1.2 (5525.20.1)). After you mouse off a list, there is a block left visible. Also if you hover over where the inner UL was, the menu comes back up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan</title>
		<link>http://www.startawebdesigncompany.com/41/how-to-create-a-css-drop-down-navigation/comment-page-1/#comment-291</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Wed, 20 Aug 2008 17:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohohappens.com/41/how-to-create-a-css-drop-down-navigation/#comment-291</guid>
		<description>@GT - I beg to differ, as a matter of fact it works in Safari, Netscape, Opera, IE 6 and even IE 5.5.

If you are trying to get it to work, please contact me and I would be happy to assist you on setting it up.</description>
		<content:encoded><![CDATA[<p>@GT &#8211; I beg to differ, as a matter of fact it works in Safari, Netscape, Opera, IE 6 and even IE 5.5.</p>
<p>If you are trying to get it to work, please contact me and I would be happy to assist you on setting it up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
