<?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: Self-resizing Navigation Menu with jQuery</title>
	<atom:link href="http://tympanus.net/codrops/2010/01/12/self-resizing-navigation-menu-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops/2010/01/12/self-resizing-navigation-menu-with-jquery/</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:26:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: alex</title>
		<link>http://tympanus.net/codrops/2010/01/12/self-resizing-navigation-menu-with-jquery/comment-page-1/#comment-5767</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 09 Aug 2010 21:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1219#comment-5767</guid>
		<description>Very pleased!</description>
		<content:encoded><![CDATA[<p>Very pleased!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://tympanus.net/codrops/2010/01/12/self-resizing-navigation-menu-with-jquery/comment-page-1/#comment-5749</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Fri, 06 Aug 2010 19:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1219#comment-5749</guid>
		<description>Figured it out myself, by the way (not a coder, so I&#039;m pretty happy with myself).

Just changed line 5 of the jQuery to:
        var menuItems = $(&#039;#Menu li&#039;).size() - $(&#039;.HasSubMenu li&#039;).size();</description>
		<content:encoded><![CDATA[<p>Figured it out myself, by the way (not a coder, so I&#8217;m pretty happy with myself).</p>
<p>Just changed line 5 of the jQuery to:<br />
        var menuItems = $(&#8216;#Menu li&#8217;).size() &#8211; $(&#8216;.HasSubMenu li&#8217;).size();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://tympanus.net/codrops/2010/01/12/self-resizing-navigation-menu-with-jquery/comment-page-1/#comment-5748</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Fri, 06 Aug 2010 19:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1219#comment-5748</guid>
		<description>Just wondering if anyone knows how to adapt this to a drop-down menu?

As is, it divides the container width by the total number of list items, not just the top-most ones.</description>
		<content:encoded><![CDATA[<p>Just wondering if anyone knows how to adapt this to a drop-down menu?</p>
<p>As is, it divides the container width by the total number of list items, not just the top-most ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://tympanus.net/codrops/2010/01/12/self-resizing-navigation-menu-with-jquery/comment-page-1/#comment-3274</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Tue, 09 Feb 2010 14:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1219#comment-3274</guid>
		<description>@Jan I think that&#039;s what is written in the post, you can do it manually, but again, you will have to &quot;do&quot; it</description>
		<content:encoded><![CDATA[<p>@Jan I think that&#8217;s what is written in the post, you can do it manually, but again, you will have to &#8220;do&#8221; it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://tympanus.net/codrops/2010/01/12/self-resizing-navigation-menu-with-jquery/comment-page-1/#comment-3271</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Tue, 09 Feb 2010 13:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1219#comment-3271</guid>
		<description>If you have a menu with tree elements and you want it to be exacly 400 pixels wide you would have to make on the elements one pixel wider than the other two. This script does not compensate for rounding errors.</description>
		<content:encoded><![CDATA[<p>If you have a menu with tree elements and you want it to be exacly 400 pixels wide you would have to make on the elements one pixel wider than the other two. This script does not compensate for rounding errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://tympanus.net/codrops/2010/01/12/self-resizing-navigation-menu-with-jquery/comment-page-1/#comment-3270</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Tue, 09 Feb 2010 13:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1219#comment-3270</guid>
		<description>I don&#039;t get this. When you design your website you know the width of the page. Why not simple make the calculation done in the JavaScript once and then hard code the size into the CSS? Why the need for JavaScript in the first place? Is this impossible using only CSS?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get this. When you design your website you know the width of the page. Why not simple make the calculation done in the JavaScript once and then hard code the size into the CSS? Why the need for JavaScript in the first place? Is this impossible using only CSS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Delaney</title>
		<link>http://tympanus.net/codrops/2010/01/12/self-resizing-navigation-menu-with-jquery/comment-page-1/#comment-3247</link>
		<dc:creator>Sean Delaney</dc:creator>
		<pubDate>Tue, 09 Feb 2010 08:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1219#comment-3247</guid>
		<description>It would be good if it was a fixed width container the menu item widths changed based on the number of menu items.

For example the container width is 500px (fixed).  Each menu item would be resized based on total number of menu items.

For example if 5 menu items, resize each item to 98px. If 4 menu items: 123px and so on...</description>
		<content:encoded><![CDATA[<p>It would be good if it was a fixed width container the menu item widths changed based on the number of menu items.</p>
<p>For example the container width is 500px (fixed).  Each menu item would be resized based on total number of menu items.</p>
<p>For example if 5 menu items, resize each item to 98px. If 4 menu items: 123px and so on&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamal Aschenbrenner</title>
		<link>http://tympanus.net/codrops/2010/01/12/self-resizing-navigation-menu-with-jquery/comment-page-1/#comment-2477</link>
		<dc:creator>Jamal Aschenbrenner</dc:creator>
		<pubDate>Thu, 21 Jan 2010 01:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1219#comment-2477</guid>
		<description>Nice post. Keep up the good work</description>
		<content:encoded><![CDATA[<p>Nice post. Keep up the good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Self-resizing Navigation Menu with jQuery &#124; Codrops -- Topsy.com</title>
		<link>http://tympanus.net/codrops/2010/01/12/self-resizing-navigation-menu-with-jquery/comment-page-1/#comment-2217</link>
		<dc:creator>Tweets that mention Self-resizing Navigation Menu with jQuery &#124; Codrops -- Topsy.com</dc:creator>
		<pubDate>Wed, 13 Jan 2010 14:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1219#comment-2217</guid>
		<description>[...] This post was mentioned on Twitter by Pinceladas da Web, W3Avenue, Dave Bush, Mike Sprague, Gregorio Espadas and others. Gregorio Espadas said: Bonito truco --&gt;RT @elijahmanor: &quot;Self-resizing Navigation Menu with jQuery&quot; by @Codrops #tech #jquery http://j.mp/8ktZ3D [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Pinceladas da Web, W3Avenue, Dave Bush, Mike Sprague, Gregorio Espadas and others. Gregorio Espadas said: Bonito truco &#8211;&gt;RT @elijahmanor: &quot;Self-resizing Navigation Menu with jQuery&quot; by @Codrops #tech #jquery <a href="http://j.mp/8ktZ3D" rel="nofollow">http://j.mp/8ktZ3D</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tb</title>
		<link>http://tympanus.net/codrops/2010/01/12/self-resizing-navigation-menu-with-jquery/comment-page-1/#comment-2197</link>
		<dc:creator>tb</dc:creator>
		<pubDate>Tue, 12 Jan 2010 17:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1219#comment-2197</guid>
		<description>... pretty neat! 
However, the &#039;slef&#039; part of of the resizing is a bit misleading though. 

Wouldn&#039;t it be truly resizing on its own if it read the width of the parent container or the viewport (if it sits in the window, not being nested in any way)? Just a thought. Thanks.</description>
		<content:encoded><![CDATA[<p>&#8230; pretty neat!<br />
However, the &#8216;slef&#8217; part of of the resizing is a bit misleading though. </p>
<p>Wouldn&#8217;t it be truly resizing on its own if it read the width of the parent container or the viewport (if it sits in the window, not being nested in any way)? Just a thought. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  tympanus.net/codrops/2010/01/12/self-resizing-navigation-menu-with-jquery/feed/ ) in 0.20015 seconds, on Feb 9th, 2012 at 12:05 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 1:05 am UTC -->
