<?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: A Stylish Navigation Menu With jQuery</title>
	<atom:link href="http://tutorialzine.com/2009/09/stylish-navigation-menu-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2009/09/stylish-navigation-menu-jquery/</link>
	<description>Web Development Tutorials &#38; Resources</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:23:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: loko_gilbert</title>
		<link>http://tutorialzine.com/2009/09/stylish-navigation-menu-jquery/#comment-21467</link>
		<dc:creator>loko_gilbert</dc:creator>
		<pubDate>Sun, 08 Jan 2012 17:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=386#comment-21467</guid>
		<description>hi, thank for the tutorial

i would like do active (click) with selectedMenu

how i can do it?

thank you!</description>
		<content:encoded><![CDATA[<p>hi, thank for the tutorial</p>
<p>i would like do active (click) with selectedMenu</p>
<p>how i can do it?</p>
<p>thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prejith</title>
		<link>http://tutorialzine.com/2009/09/stylish-navigation-menu-jquery/#comment-11747</link>
		<dc:creator>Prejith</dc:creator>
		<pubDate>Tue, 05 Oct 2010 17:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=386#comment-11747</guid>
		<description>Really a cool one. My doubt is, how can we make it scroll horizontally instead of vertically.</description>
		<content:encoded><![CDATA[<p>Really a cool one. My doubt is, how can we make it scroll horizontally instead of vertically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ary</title>
		<link>http://tutorialzine.com/2009/09/stylish-navigation-menu-jquery/#comment-5149</link>
		<dc:creator>Ary</dc:creator>
		<pubDate>Thu, 29 Apr 2010 19:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=386#comment-5149</guid>
		<description>Verry Good</description>
		<content:encoded><![CDATA[<p>Verry Good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthic</title>
		<link>http://tutorialzine.com/2009/09/stylish-navigation-menu-jquery/#comment-3017</link>
		<dc:creator>Karthic</dc:creator>
		<pubDate>Tue, 23 Feb 2010 07:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=386#comment-3017</guid>
		<description>Thank you so much. You menu works great. I am desinging my own menu based on this tutorial..I have a question
How do u insert submenu for these menu..?..I will deeply appreciate if you can help me in creating submenu for your menu</description>
		<content:encoded><![CDATA[<p>Thank you so much. You menu works great. I am desinging my own menu based on this tutorial..I have a question<br />
How do u insert submenu for these menu..?..I will deeply appreciate if you can help me in creating submenu for your menu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rossana Mathewson</title>
		<link>http://tutorialzine.com/2009/09/stylish-navigation-menu-jquery/#comment-2145</link>
		<dc:creator>Rossana Mathewson</dc:creator>
		<pubDate>Mon, 11 Jan 2010 11:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=386#comment-2145</guid>
		<description>I enjoyed this blog :o). It was very helpful. Thanks for writing it clearly, we must return this site soon for more articles.</description>
		<content:encoded><![CDATA[<p>I enjoyed this blog :o). It was very helpful. Thanks for writing it clearly, we must return this site soon for more articles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://tutorialzine.com/2009/09/stylish-navigation-menu-jquery/#comment-1518</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 23 Nov 2009 08:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=386#comment-1518</guid>
		<description>Still need help centering....  wrapping in an absolute div was an amateur mistake. different resolutions ruin everything.</description>
		<content:encoded><![CDATA[<p>Still need help centering&#8230;.  wrapping in an absolute div was an amateur mistake. different resolutions ruin everything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://tutorialzine.com/2009/09/stylish-navigation-menu-jquery/#comment-1517</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 23 Nov 2009 07:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=386#comment-1517</guid>
		<description>So....  i got it centered by wrapping it in a static div.

.container {
	width: 835px;
	height: 30px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -680px 0 0 -433px;
	overflow: hidden;
	}


If you know of any issues using this let me know, otherwise it has worked flawlessly on every browser i&#039;ve tried :-)  thanks again for an awesome menu.</description>
		<content:encoded><![CDATA[<p>So&#8230;.  i got it centered by wrapping it in a static div.</p>
<p>.container {<br />
	width: 835px;<br />
	height: 30px;<br />
	position: absolute;<br />
	top: 50%; left: 50%;<br />
	margin: -680px 0 0 -433px;<br />
	overflow: hidden;<br />
	}</p>
<p>If you know of any issues using this let me know, otherwise it has worked flawlessly on every browser i&#8217;ve tried :-)  thanks again for an awesome menu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://tutorialzine.com/2009/09/stylish-navigation-menu-jquery/#comment-1516</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 23 Nov 2009 06:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=386#comment-1516</guid>
		<description>Hey Martin, i LOVE this menu!  I have edited the gif&#039;s to make a really stylish blue and black menu. I am wondering if you could help me get this menu centered on a page??  I have searched plenty of ways and had it kind of working in some browsers using left 50% on the ul and right 50% on the ui but it was more of a hit or miss. I&#039;m wondering if you know how to center this bad boy?</description>
		<content:encoded><![CDATA[<p>Hey Martin, i LOVE this menu!  I have edited the gif&#8217;s to make a really stylish blue and black menu. I am wondering if you could help me get this menu centered on a page??  I have searched plenty of ways and had it kind of working in some browsers using left 50% on the ul and right 50% on the ui but it was more of a hit or miss. I&#8217;m wondering if you know how to center this bad boy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martina</title>
		<link>http://tutorialzine.com/2009/09/stylish-navigation-menu-jquery/#comment-1461</link>
		<dc:creator>Martina</dc:creator>
		<pubDate>Wed, 18 Nov 2009 14:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=386#comment-1461</guid>
		<description>Thank you so much *-*</description>
		<content:encoded><![CDATA[<p>Thank you so much *-*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amro</title>
		<link>http://tutorialzine.com/2009/09/stylish-navigation-menu-jquery/#comment-1286</link>
		<dc:creator>Amro</dc:creator>
		<pubDate>Mon, 09 Nov 2009 18:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=386#comment-1286</guid>
		<description>And How can i create sub level in this menu ???</description>
		<content:encoded><![CDATA[<p>And How can i create sub level in this menu ???</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Object Caching 356/356 objects using apc
Content Delivery Network via cdn.tutorialzine.com

Served from: tutorialzine.com @ 2012-02-08 14:24:42 -->
