<?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 Build A Simple jQuery Horizontal Drop Down Menu</title>
	<atom:link href="http://www.onextrapixel.com/2009/05/19/how-to-build-a-simple-jquery-horizontal-drop-down-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onextrapixel.com/2009/05/19/how-to-build-a-simple-jquery-horizontal-drop-down-menu/</link>
	<description>A digital community for web designers and developers by sharing freebies, great tutorials, useful resources and online tips.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:22:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Omsoftech</title>
		<link>http://www.onextrapixel.com/2009/05/19/how-to-build-a-simple-jquery-horizontal-drop-down-menu/comment-page-1/#comment-21482</link>
		<dc:creator>Omsoftech</dc:creator>
		<pubDate>Mon, 09 Jan 2012 06:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=351#comment-21482</guid>
		<description>can i change the color?</description>
		<content:encoded><![CDATA[<p>can i change the color?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deep4ut</title>
		<link>http://www.onextrapixel.com/2009/05/19/how-to-build-a-simple-jquery-horizontal-drop-down-menu/comment-page-1/#comment-21288</link>
		<dc:creator>deep4ut</dc:creator>
		<pubDate>Wed, 21 Dec 2011 10:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=351#comment-21288</guid>
		<description>jquery again rocks</description>
		<content:encoded><![CDATA[<p>jquery again rocks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srini</title>
		<link>http://www.onextrapixel.com/2009/05/19/how-to-build-a-simple-jquery-horizontal-drop-down-menu/comment-page-1/#comment-21228</link>
		<dc:creator>srini</dc:creator>
		<pubDate>Mon, 19 Dec 2011 12:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=351#comment-21228</guid>
		<description>this is perfect... so easy and customizable.... gracious!!</description>
		<content:encoded><![CDATA[<p>this is perfect... so easy and customizable.... gracious!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.onextrapixel.com/2009/05/19/how-to-build-a-simple-jquery-horizontal-drop-down-menu/comment-page-1/#comment-11611</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 10 Dec 2010 11:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=351#comment-11611</guid>
		<description>Hi, this looks to be a perfect example - simple and clean. How would I tweak this so the nav items (top level and dropdowns) always center in page and the background bars/graphics go full width?

Also to fully utilise the jquery it would be nice to have a fade or slide effect on the dropdowns, no?


Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, this looks to be a perfect example - simple and clean. How would I tweak this so the nav items (top level and dropdowns) always center in page and the background bars/graphics go full width?</p>
<p>Also to fully utilise the jquery it would be nice to have a fade or slide effect on the dropdowns, no?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gamez</title>
		<link>http://www.onextrapixel.com/2009/05/19/how-to-build-a-simple-jquery-horizontal-drop-down-menu/comment-page-1/#comment-9179</link>
		<dc:creator>gamez</dc:creator>
		<pubDate>Tue, 05 Oct 2010 13:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=351#comment-9179</guid>
		<description>Hi: when I chose a menu, How I can to make &quot;activated&quot; the menu and submenu selected?
Thanks for this tutorial, is very good.</description>
		<content:encoded><![CDATA[<p>Hi: when I chose a menu, How I can to make "activated" the menu and submenu selected?<br />
Thanks for this tutorial, is very good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brutus2k</title>
		<link>http://www.onextrapixel.com/2009/05/19/how-to-build-a-simple-jquery-horizontal-drop-down-menu/comment-page-1/#comment-3974</link>
		<dc:creator>Brutus2k</dc:creator>
		<pubDate>Fri, 26 Mar 2010 12:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=351#comment-3974</guid>
		<description>Is it possible to to make te first item submenu visible by default?</description>
		<content:encoded><![CDATA[<p>Is it possible to to make te first item submenu visible by default?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Johnson</title>
		<link>http://www.onextrapixel.com/2009/05/19/how-to-build-a-simple-jquery-horizontal-drop-down-menu/comment-page-1/#comment-2664</link>
		<dc:creator>Kevin Johnson</dc:creator>
		<pubDate>Mon, 01 Feb 2010 18:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=351#comment-2664</guid>
		<description>I was able to mostly solve my problem by adding negative left margins to the submenu UL

ie ul style=&quot;margin-left: -215px;&quot;
etc

Hope that helps,
-Kevin</description>
		<content:encoded><![CDATA[<p>I was able to mostly solve my problem by adding negative left margins to the submenu UL</p>
<p>ie ul style="margin-left: -215px;"<br />
etc</p>
<p>Hope that helps,<br />
-Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Johnson</title>
		<link>http://www.onextrapixel.com/2009/05/19/how-to-build-a-simple-jquery-horizontal-drop-down-menu/comment-page-1/#comment-1081</link>
		<dc:creator>Kevin Johnson</dc:creator>
		<pubDate>Sun, 25 Oct 2009 19:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=351#comment-1081</guid>
		<description>Great tutorial, thanks.  I&#039;ve been looking for a good menu like this but there aren&#039;t that many jQuery ones available it seems.

One problem I did run into that I have been trying to solve is what happens when your top level menu ends on the very right of your layout, and you have multiple menu items?

Rather than moving more to the left it continues on to the right beyond the edges of the html.  I haven&#039;t figured out a way to set this so it doesn&#039;t.  Negative margins somewhere inline maybe, not sure.

Any ideas?
You can see my layout here:
http://www.limostar.com/beta

Thanks!</description>
		<content:encoded><![CDATA[<p>Great tutorial, thanks.  I've been looking for a good menu like this but there aren't that many jQuery ones available it seems.</p>
<p>One problem I did run into that I have been trying to solve is what happens when your top level menu ends on the very right of your layout, and you have multiple menu items?</p>
<p>Rather than moving more to the left it continues on to the right beyond the edges of the html.  I haven't figured out a way to set this so it doesn't.  Negative margins somewhere inline maybe, not sure.</p>
<p>Any ideas?<br />
You can see my layout here:<br />
<a href="http://www.limostar.com/beta" rel="nofollow">http://www.limostar.com/beta</a></p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabor</title>
		<link>http://www.onextrapixel.com/2009/05/19/how-to-build-a-simple-jquery-horizontal-drop-down-menu/comment-page-1/#comment-955</link>
		<dc:creator>Gabor</dc:creator>
		<pubDate>Wed, 30 Sep 2009 10:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=351#comment-955</guid>
		<description>1. In this example the submenus begin under the main menus item. 

So the submenu items of the rightmost mainmenu can consume the least place compare to the leftmost mainmenu.

How can we achive, that all submenu items begins at the left margin.

2. How can I achieve, the choosen menuitem doesn&#039;t disapear, when I move the cursor off. Of course, in that case I would implement the menu on the master page, and have to rewrite the javascript library too.

Thanks in advance

Gabor</description>
		<content:encoded><![CDATA[<p>1. In this example the submenus begin under the main menus item. </p>
<p>So the submenu items of the rightmost mainmenu can consume the least place compare to the leftmost mainmenu.</p>
<p>How can we achive, that all submenu items begins at the left margin.</p>
<p>2. How can I achieve, the choosen menuitem doesn't disapear, when I move the cursor off. Of course, in that case I would implement the menu on the master page, and have to rewrite the javascript library too.</p>
<p>Thanks in advance</p>
<p>Gabor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yoxx</title>
		<link>http://www.onextrapixel.com/2009/05/19/how-to-build-a-simple-jquery-horizontal-drop-down-menu/comment-page-1/#comment-509</link>
		<dc:creator>yoxx</dc:creator>
		<pubDate>Tue, 04 Aug 2009 05:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=351#comment-509</guid>
		<description>great tips...</description>
		<content:encoded><![CDATA[<p>great tips...</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc (User agent is rejected)
Database Caching 1/14 queries in 0.063 seconds using apc
Object Caching 455/458 objects using apc
Content Delivery Network via net.onextrapixel.com

Served from: onextrapixel.com @ 2012-02-08 16:06:03 -->
