<?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: Making a Slide in Menu using jQuery (Video tutorial)</title>
	<atom:link href="http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial</link>
	<description>jQuery Programming &#124; Flex Development &#124; Zend Coding &#124; AIR Development &#124; PHP Development</description>
	<lastBuildDate>Sat, 13 Mar 2010 15:20: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: All my bookmarks ever &#124; Daniel John Gayle</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-622</link>
		<dc:creator>All my bookmarks ever &#124; Daniel John Gayle</dc:creator>
		<pubDate>Sat, 30 May 2009 00:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-622</guid>
		<description>[...] Making a Slide In Menu Using jQuery &#124; Query7 - PHP jQuery Linux [...]</description>
		<content:encoded><![CDATA[<p>[...] Making a Slide In Menu Using jQuery | Query7 &#8211; PHP jQuery Linux [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery Slidedown Menu Revised &#124; Query7</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-578</link>
		<dc:creator>jQuery Slidedown Menu Revised &#124; Query7</dc:creator>
		<pubDate>Mon, 29 Dec 2008 05:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-578</guid>
		<description>[...] post is in reference to the jquery drop down menu tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] post is in reference to the jquery drop down menu tutorial [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omid</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-321</link>
		<dc:creator>Omid</dc:creator>
		<pubDate>Tue, 14 Oct 2008 18:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-321</guid>
		<description>Thanks , I need it .</description>
		<content:encoded><![CDATA[<p>Thanks , I need it .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimi</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-334</link>
		<dc:creator>dimi</dc:creator>
		<pubDate>Tue, 07 Oct 2008 13:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-334</guid>
		<description>i&#039;m new to jQuery
Thanks for this tutorial.</description>
		<content:encoded><![CDATA[<p>i&#8217;m new to jQuery<br />
Thanks for this tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimi Youngs</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-333</link>
		<dc:creator>Jimi Youngs</dc:creator>
		<pubDate>Wed, 24 Sep 2008 10:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-333</guid>
		<description>Great tutorial on drop down animations. Just what I was looking for.

One thing though, you should try using unordered list for the SEO benefits. Easily done, jquery will just find the class or ID in the UL to show the list, and hide when your mouse moves.

Some of the problem&#039;s I have had before on other animated menus is when you move to another div straight after. Sometimes just adding the hide to all div&#039;s around the navigation works great.</description>
		<content:encoded><![CDATA[<p>Great tutorial on drop down animations. Just what I was looking for.</p>
<p>One thing though, you should try using unordered list for the SEO benefits. Easily done, jquery will just find the class or ID in the UL to show the list, and hide when your mouse moves.</p>
<p>Some of the problem&#8217;s I have had before on other animated menus is when you move to another div straight after. Sometimes just adding the hide to all div&#8217;s around the navigation works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-331</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 29 Aug 2008 21:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-331</guid>
		<description>Same problem with adding anything into the drop down div causing the div to hide.</description>
		<content:encoded><![CDATA[<p>Same problem with adding anything into the drop down div causing the div to hide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Stewart</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-325</link>
		<dc:creator>Andy Stewart</dc:creator>
		<pubDate>Thu, 28 Aug 2008 11:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-325</guid>
		<description>I was able to get links working in the menu by using mouseenter and mouseleave instead of mouseover and mouseout.

Note you have to bind &quot;mouseenter&quot; to the element rather than calling a mouseenter method on it.</description>
		<content:encoded><![CDATA[<p>I was able to get links working in the menu by using mouseenter and mouseleave instead of mouseover and mouseout.</p>
<p>Note you have to bind &#8220;mouseenter&#8221; to the element rather than calling a mouseenter method on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-326</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 27 Aug 2008 22:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-326</guid>
		<description>Hi guys, sorry I haven&#039;t checked back to this page for a while, but if you replace the .show with .slideToggle it seems to have a better effect for me.

Here&#039;s my code:

$(document).ready(function(){

$(&quot;#drop-down-section&quot;).hide();

$(&quot;.anchor-for-function&quot;).click(function() {

$(&quot;#drop-down-section&quot;).slideToggle(&quot;slow&quot;);
});


});

Give this a try, let me know what you think.
I found it&#039;s better.</description>
		<content:encoded><![CDATA[<p>Hi guys, sorry I haven&#8217;t checked back to this page for a while, but if you replace the .show with .slideToggle it seems to have a better effect for me.</p>
<p>Here&#8217;s my code:</p>
<p>$(document).ready(function(){</p>
<p>$(&#8220;#drop-down-section&#8221;).hide();</p>
<p>$(&#8220;.anchor-for-function&#8221;).click(function() {</p>
<p>$(&#8220;#drop-down-section&#8221;).slideToggle(&#8220;slow&#8221;);<br />
});</p>
<p>});</p>
<p>Give this a try, let me know what you think.<br />
I found it&#8217;s better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rumyra</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-332</link>
		<dc:creator>Rumyra</dc:creator>
		<pubDate>Thu, 14 Aug 2008 15:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-332</guid>
		<description>Thanx for the tutorial - soo helpful, I even got it!

For those having trouble with anchors in their menu, try substituting the mouseover event in the last function for mouseup, that way the menu will disappear once the users clicked on a link.</description>
		<content:encoded><![CDATA[<p>Thanx for the tutorial &#8211; soo helpful, I even got it!</p>
<p>For those having trouble with anchors in their menu, try substituting the mouseover event in the last function for mouseup, that way the menu will disappear once the users clicked on a link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TyroneGlover</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-320</link>
		<dc:creator>TyroneGlover</dc:creator>
		<pubDate>Mon, 04 Aug 2008 13:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-320</guid>
		<description>good job,</description>
		<content:encoded><![CDATA[<p>good job,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sivanath</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-319</link>
		<dc:creator>Sivanath</dc:creator>
		<pubDate>Mon, 04 Aug 2008 07:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-319</guid>
		<description>Hi ,

  MEnu Should be Expanable Mode for the Screen.Need to disable the Mouse Over Event.
Please do the Needful</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>  MEnu Should be Expanable Mode for the Screen.Need to disable the Mouse Over Event.<br />
Please do the Needful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nina</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-322</link>
		<dc:creator>Nina</dc:creator>
		<pubDate>Mon, 14 Jul 2008 21:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-322</guid>
		<description>I found your code in another of your websites and have been trying to get the litttle menu to work.  Your video was great and I think I understand what&#039;s going on, but neither the demo above nor my menu work - mine shows the top menu but won&#039;t drop down the sub-menu.  Yours shows both levels of the menu but doesn&#039;t animate.  Can you help me?
Thank you!
Nina</description>
		<content:encoded><![CDATA[<p>I found your code in another of your websites and have been trying to get the litttle menu to work.  Your video was great and I think I understand what&#8217;s going on, but neither the demo above nor my menu work &#8211; mine shows the top menu but won&#8217;t drop down the sub-menu.  Yours shows both levels of the menu but doesn&#8217;t animate.  Can you help me?<br />
Thank you!<br />
Nina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-323</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 08 Jul 2008 04:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-323</guid>
		<description>I&#039;m experiencing the same thing as Ben.
Any &lt;a&gt; tags inside the #dropdown div cause the menu to close.  Plain text does not.

Also, I noticed using a list tag for your menu items also causes this behaviour.

Justin, what was your workaround?</description>
		<content:encoded><![CDATA[<p>I&#8217;m experiencing the same thing as Ben.<br />
Any <a> tags inside the #dropdown div cause the menu to close.  Plain text does not.</p>
<p>Also, I noticed using a list tag for your menu items also causes this behaviour.</p>
<p>Justin, what was your workaround?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-324</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 27 Jun 2008 06:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-324</guid>
		<description>Just wanted to say that when providing tutorials like this you should be extra careful to use correct markup.  If you&#039;re making a list, then you should us UL and LI (or OL and LI).  Other than that, thanks for the time and effort you put into this, very handy!</description>
		<content:encoded><![CDATA[<p>Just wanted to say that when providing tutorials like this you should be extra careful to use correct markup.  If you&#8217;re making a list, then you should us UL and LI (or OL and LI).  Other than that, thanks for the time and effort you put into this, very handy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: de_an777</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-329</link>
		<dc:creator>de_an777</dc:creator>
		<pubDate>Thu, 19 Jun 2008 12:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-329</guid>
		<description>Hey I just wanted to say thank you for this awesome tutorial.  You helped explain a lot and made it a lot easier to understand.  Really appreciate it.</description>
		<content:encoded><![CDATA[<p>Hey I just wanted to say thank you for this awesome tutorial.  You helped explain a lot and made it a lot easier to understand.  Really appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vince</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-328</link>
		<dc:creator>vince</dc:creator>
		<pubDate>Wed, 18 Jun 2008 18:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-328</guid>
		<description>Thanks for this tutorial.

I was having a problem creating a menu like this, the only difference is I was using nested lists.

Would this work if I gave the UL tags a class or id?

I will try it your way and see how it turns out.</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial.</p>
<p>I was having a problem creating a menu like this, the only difference is I was using nested lists.</p>
<p>Would this work if I gave the UL tags a class or id?</p>
<p>I will try it your way and see how it turns out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: islam</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-318</link>
		<dc:creator>islam</dc:creator>
		<pubDate>Sat, 14 Jun 2008 09:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-318</guid>
		<description>thanks for the tutorial it was great ;)
see you</description>
		<content:encoded><![CDATA[<p>thanks for the tutorial it was great <img src='http://query7.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
see you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathew</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-327</link>
		<dc:creator>Mathew</dc:creator>
		<pubDate>Mon, 02 Jun 2008 15:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-327</guid>
		<description>Hey,
This looks great! It&#039;s just what I&#039;ve been looking for. Can you do like sub menus off the drop down? If so, how do you do this?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey,<br />
This looks great! It&#8217;s just what I&#8217;ve been looking for. Can you do like sub menus off the drop down? If so, how do you do this?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nafis</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-317</link>
		<dc:creator>nafis</dc:creator>
		<pubDate>Thu, 29 May 2008 23:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-317</guid>
		<description>Nice work..
it is realy easy to learn from you...</description>
		<content:encoded><![CDATA[<p>Nice work..<br />
it is realy easy to learn from you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-330</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 21 May 2008 21:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-330</guid>
		<description>So when you change your menu text items to links or other sub-divs the menu will collapse on their mouse-overs.  Any way to prevent this and make it act like a normal menu system?</description>
		<content:encoded><![CDATA[<p>So when you change your menu text items to links or other sub-divs the menu will collapse on their mouse-overs.  Any way to prevent this and make it act like a normal menu system?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panzer</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-316</link>
		<dc:creator>Panzer</dc:creator>
		<pubDate>Fri, 09 May 2008 03:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-316</guid>
		<description>It shouldn&#039;t make a difference Ben. Can you give me a link to the menu?</description>
		<content:encoded><![CDATA[<p>It shouldn&#8217;t make a difference Ben. Can you give me a link to the menu?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-315</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 08 May 2008 10:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-315</guid>
		<description>I have created the tutorial like you show in the video and it is working.  However, when you add rel=&quot;nofollow&quot; to the drop down menu items , it changes the way the menu works.

When you hover over one of the items in teh menu, it closes it down.

What is the work around for this?  Is it a simple change of one of the JQuery functions?</description>
		<content:encoded><![CDATA[<p>I have created the tutorial like you show in the video and it is working.  However, when you add rel=&#8221;nofollow&#8221; to the drop down menu items , it changes the way the menu works.</p>
<p>When you hover over one of the items in teh menu, it closes it down.</p>
<p>What is the work around for this?  Is it a simple change of one of the JQuery functions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Hinchcliffe</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-314</link>
		<dc:creator>Justin Hinchcliffe</dc:creator>
		<pubDate>Tue, 06 May 2008 17:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-314</guid>
		<description>Hi sorry for a late response back. I was trying to get the mouseout javascript function to work with the links in my div that is hiding.

It seems when you roll over a link within the div it shrinks the div.

It&#039;s ok I have something that works for me now though. Thanks for the script.</description>
		<content:encoded><![CDATA[<p>Hi sorry for a late response back. I was trying to get the mouseout javascript function to work with the links in my div that is hiding.</p>
<p>It seems when you roll over a link within the div it shrinks the div.</p>
<p>It&#8217;s ok I have something that works for me now though. Thanks for the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panzer</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-313</link>
		<dc:creator>Panzer</dc:creator>
		<pubDate>Sat, 03 May 2008 00:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-313</guid>
		<description>Hey Justin, it looks fine to me, i can&#039;t see any problem with it. What are you trying to do?</description>
		<content:encoded><![CDATA[<p>Hey Justin, it looks fine to me, i can&#8217;t see any problem with it. What are you trying to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Hinchcliffe</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-311</link>
		<dc:creator>Justin Hinchcliffe</dc:creator>
		<pubDate>Fri, 02 May 2008 20:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-311</guid>
		<description>Sorry, I have a problem. When I use this and I put a link in the #drop_down div the mouseout function somehow activates and closes the div again.

Example here: www.e-techcomputers.com click on IBM Server option parts.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>Sorry, I have a problem. When I use this and I put a link in the #drop_down div the mouseout function somehow activates and closes the div again.</p>
<p>Example here: <a href="http://www.e-techcomputers.com" rel="nofollow">http://www.e-techcomputers.com</a> click on IBM Server option parts.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Hinchcliffe</title>
		<link>http://query7.com/making-a-slide-in-menu-using-jquery-video-tutorial/comment-page-1#comment-312</link>
		<dc:creator>Justin Hinchcliffe</dc:creator>
		<pubDate>Fri, 02 May 2008 18:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.query7.com/?p=44#comment-312</guid>
		<description>Thanks for the tutorial I&#039;ve been looking for this solution!</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial I&#8217;ve been looking for this solution!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
Loading ...