<?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: JavaScript Dropdown Menu with Multi Levels</title>
	<atom:link href="http://www.leigeber.com/2008/11/drop-down-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leigeber.com/2008/11/drop-down-menu/</link>
	<description>This web development blog features fresh articles on JavaScript, AJAX, CSS, XHTML, PHP, Photoshop and more.</description>
	<lastBuildDate>Fri, 19 Mar 2010 21:31:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://www.leigeber.com/2008/11/drop-down-menu/comment-page-6/#comment-11143</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 19 Mar 2010 16:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=99#comment-11143</guid>
		<description>So, I think I may have found a way to make this degrade gracefully without js. Works for me in Safari and Firefox. Haven&#039;t tested it in IE.

Just add this to your CSS:
ul.menu li:hover &gt; ul { display: block; opacity: 1; }

For IE, may need to also add... filter: alpha(opacity=100);</description>
		<content:encoded><![CDATA[<p>So, I think I may have found a way to make this degrade gracefully without js. Works for me in Safari and Firefox. Haven&#39;t tested it in IE.</p>
<p>Just add this to your CSS:<br />
ul.menu li:hover &gt; ul { display: block; opacity: 1; }</p>
<p>For IE, may need to also add&#8230; filter: alpha(opacity=100);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.leigeber.com/2008/11/drop-down-menu/comment-page-6/#comment-11125</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Tue, 16 Mar 2010 15:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=99#comment-11125</guid>
		<description>^ forgot to mention the reason I said &quot;forget it&quot; was so you don&#039;t waste your time trying to help me debug that site I posted... because I am ripping out all that dropdown code right now and replacing it with something else. :-)</description>
		<content:encoded><![CDATA[<p>^ forgot to mention the reason I said &quot;forget it&quot; was so you don&#39;t waste your time trying to help me debug that site I posted&#8230; because I am ripping out all that dropdown code right now and replacing it with something else. <img src='http://www.leigeber.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.leigeber.com/2008/11/drop-down-menu/comment-page-6/#comment-11124</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Tue, 16 Mar 2010 15:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=99#comment-11124</guid>
		<description>forget it, I&#039;m just going to use something else. If there&#039;s an issue with IE 8 and this ghosting problem, I might as well just move on to another script. thanks for your time.</description>
		<content:encoded><![CDATA[<p>forget it, I&#39;m just going to use something else. If there&#39;s an issue with IE 8 and this ghosting problem, I might as well just move on to another script. thanks for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.leigeber.com/2008/11/drop-down-menu/comment-page-6/#comment-11123</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Tue, 16 Mar 2010 15:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=99#comment-11123</guid>
		<description>Well, I don&#039;t have a top-border. And I still have a ghost.

Check it out: php.22graphics.com ... you&#039;ll notice it only happens on the Web and Logos buttons. Not the Print button for some odd reason.</description>
		<content:encoded><![CDATA[<p>Well, I don&#39;t have a top-border. And I still have a ghost.</p>
<p>Check it out: php.22graphics.com &#8230; you&#39;ll notice it only happens on the Web and Logos buttons. Not the Print button for some odd reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Margo</title>
		<link>http://www.leigeber.com/2008/11/drop-down-menu/comment-page-6/#comment-11122</link>
		<dc:creator>Margo</dc:creator>
		<pubDate>Tue, 16 Mar 2010 15:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=99#comment-11122</guid>
		<description>Wow, Alex is definitely right - in my case, too, it has to do with the border on the &#039;ul.menu ul&#039;  class.  I had it set to 2px, and when I set it to 0 it eliminated the ghosting issue - BUT it also made it impossible to hover on the top menu level and then jump to hovering on the dropdowns to scroll through them (this might have to do with the rest of my styling - I have no borders around the main, top-level menu items and don&#039;t want &#039;em).  The dropdown would vanish on mouse-out.  I compromised by giving it a 1px border, which still leaves the teensiest ghost on the first of the dropdowns - prob not visible to someone who isn&#039;t looking for it.
Still - not the most ideal fix.  Wish I understood the discrepancy between the shadow on some dropdowns and not others.</description>
		<content:encoded><![CDATA[<p>Wow, Alex is definitely right &#8211; in my case, too, it has to do with the border on the &#39;ul.menu ul&#39;  class.  I had it set to 2px, and when I set it to 0 it eliminated the ghosting issue &#8211; BUT it also made it impossible to hover on the top menu level and then jump to hovering on the dropdowns to scroll through them (this might have to do with the rest of my styling &#8211; I have no borders around the main, top-level menu items and don&#39;t want &#39;em).  The dropdown would vanish on mouse-out.  I compromised by giving it a 1px border, which still leaves the teensiest ghost on the first of the dropdowns &#8211; prob not visible to someone who isn&#39;t looking for it.<br />
Still &#8211; not the most ideal fix.  Wish I understood the discrepancy between the shadow on some dropdowns and not others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 25 Scripts for Dropdown Navigation Menus &#171; Web design, Photoshop, illustrator tutorials, from beginner to advanced.</title>
		<link>http://www.leigeber.com/2008/11/drop-down-menu/comment-page-6/#comment-11120</link>
		<dc:creator>25 Scripts for Dropdown Navigation Menus &#171; Web design, Photoshop, illustrator tutorials, from beginner to advanced.</dc:creator>
		<pubDate>Tue, 16 Mar 2010 08:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=99#comment-11120</guid>
		<description>[...] JavaScript Dropdown Menu with Multi Levels [...]</description>
		<content:encoded><![CDATA[<p>[...] JavaScript Dropdown Menu with Multi Levels [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.leigeber.com/2008/11/drop-down-menu/comment-page-6/#comment-11119</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 16 Mar 2010 01:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=99#comment-11119</guid>
		<description>I think i know what the ghost image is from, i was using a border of 2px white to drop the second menu down from the top tier. By using firebug i turned off this border and the ghosting disappeared. So i have kind of hacked my css to display the top-border on :hover and only then. so the ghosting now is gone, but the closing animation has a slight jump due to losing the top border on close.</description>
		<content:encoded><![CDATA[<p>I think i know what the ghost image is from, i was using a border of 2px white to drop the second menu down from the top tier. By using firebug i turned off this border and the ghosting disappeared. So i have kind of hacked my css to display the top-border on :hover and only then. so the ghosting now is gone, but the closing animation has a slight jump due to losing the top border on close.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.leigeber.com/2008/11/drop-down-menu/comment-page-6/#comment-11116</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Mon, 15 Mar 2010 21:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=99#comment-11116</guid>
		<description>Ha, same here! Ghost image left after rollout!

Glad it&#039;s not just me. It&#039;s funny how I didn&#039;t notice it until today. I&#039;ve been using it for several weeks. It does not happen on the FIRST dropdown, however. Only on the second and third dropdowns.</description>
		<content:encoded><![CDATA[<p>Ha, same here! Ghost image left after rollout!</p>
<p>Glad it&#39;s not just me. It&#39;s funny how I didn&#39;t notice it until today. I&#39;ve been using it for several weeks. It does not happen on the FIRST dropdown, however. Only on the second and third dropdowns.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
