<?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"
	>
<channel>
	<title>Comments on: Sliding JavaScript Dropdown Menu</title>
	<atom:link href="http://www.leigeber.com/2008/04/sliding-javascript-dropdown-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leigeber.com/2008/04/sliding-javascript-dropdown-menu/</link>
	<description>This web development blog features fresh articles on JavaScript, AJAX, CSS, XHTML, PHP, Photoshop and more.</description>
	<pubDate>Sat, 19 Jul 2008 21:55:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Thallah</title>
		<link>http://www.leigeber.com/2008/04/sliding-javascript-dropdown-menu/#comment-5383</link>
		<dc:creator>Thallah</dc:creator>
		<pubDate>Sat, 19 Jul 2008 19:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=30#comment-5383</guid>
		<description>ok, i am a little step further with my problem (above post): it seems like there is some issue with DDSPEED.  when i set DDSPEED to &#60; 2 everything works fine but any value above 2 will lead to some (not wanted) space below the menu bar, the size of this area changes with the value of DDSPEED (a value of DDSPEED = 100 will leave an area the size of Navigation Item 1 and 2 for example)... a value of DDSPEED = 2 and DDTIMER = 35 will lead to an acceptable result.  i still would be interested in your opinion if there is any (other) way to fix this, otherwise a comment in the .js file might be helpful.</description>
		<content:encoded><![CDATA[<p>ok, i am a little step further with my problem (above post): it seems like there is some issue with DDSPEED.  when i set DDSPEED to &lt; 2 everything works fine but any value above 2 will lead to some (not wanted) space below the menu bar, the size of this area changes with the value of DDSPEED (a value of DDSPEED = 100 will leave an area the size of Navigation Item 1 and 2 for example)&#8230; a value of DDSPEED = 2 and DDTIMER = 35 will lead to an acceptable result.  i still would be interested in your opinion if there is any (other) way to fix this, otherwise a comment in the .js file might be helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thallah</title>
		<link>http://www.leigeber.com/2008/04/sliding-javascript-dropdown-menu/#comment-5382</link>
		<dc:creator>Thallah</dc:creator>
		<pubDate>Sat, 19 Jul 2008 18:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=30#comment-5382</guid>
		<description>Thanks a lot for this nice looking piece of work, Michael... I played around with this script today and noticed that after the menu slides down and up again, there's a small 4 px wide area underneath it... you can check this easily if you set a black background or turn opacity to 1 and take away c.style.opacity = currh / c.maxh; and // c.style.filter = 'alpha(opacity=' + (currh * 100 / c.maxh) + ')';... i checked c.style.height = currh + (dist * d) + 'px' for this and actually this variable never drops below 4px... i'll keep on working it, but maybe you have an idea why that is and can help me out... hope to hear from you :) &#60;- using FF3/SeaMonkey</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this nice looking piece of work, Michael&#8230; I played around with this script today and noticed that after the menu slides down and up again, there&#8217;s a small 4 px wide area underneath it&#8230; you can check this easily if you set a black background or turn opacity to 1 and take away c.style.opacity = currh / c.maxh; and // c.style.filter = &#8216;alpha(opacity=&#8217; + (currh * 100 / c.maxh) + &#8216;)&#8217;;&#8230; i checked c.style.height = currh + (dist * d) + &#8216;px&#8217; for this and actually this variable never drops below 4px&#8230; i&#8217;ll keep on working it, but maybe you have an idea why that is and can help me out&#8230; hope to hear from you <img src='http://www.leigeber.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &lt;- using FF3/SeaMonkey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.leigeber.com/2008/04/sliding-javascript-dropdown-menu/#comment-5373</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 17 Jul 2008 23:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=30#comment-5373</guid>
		<description>@Lauren - That doesn't make much sense unless there is a JavaScript conflict of some sort. There is nothing specific to ASP that should cause a problem. Shoot me an email with a link if the site is external and I will dig into it.</description>
		<content:encoded><![CDATA[<p>@Lauren - That doesn&#8217;t make much sense unless there is a JavaScript conflict of some sort. There is nothing specific to ASP that should cause a problem. Shoot me an email with a link if the site is external and I will dig into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lauren</title>
		<link>http://www.leigeber.com/2008/04/sliding-javascript-dropdown-menu/#comment-5365</link>
		<dc:creator>Lauren</dc:creator>
		<pubDate>Thu, 17 Jul 2008 13:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=30#comment-5365</guid>
		<description>Hi! Excellent script, but have a question if you have the time to answer. I used the src code and scripts for the sub-sub menu, got it working on it's own. As soon as I use it as an include file in .asp it stops working. Any suggestions? I had used your sub menu dropdown and it was great, then the client needed sub-sub menu dropdown, so had to change and now can't get it working when it is included.</description>
		<content:encoded><![CDATA[<p>Hi! Excellent script, but have a question if you have the time to answer. I used the src code and scripts for the sub-sub menu, got it working on it&#8217;s own. As soon as I use it as an include file in .asp it stops working. Any suggestions? I had used your sub menu dropdown and it was great, then the client needed sub-sub menu dropdown, so had to change and now can&#8217;t get it working when it is included.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.leigeber.com/2008/04/sliding-javascript-dropdown-menu/#comment-5326</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 11 Jul 2008 23:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=30#comment-5326</guid>
		<description>@ignacio - It depends on what links you will including in the dropdown. Shoot me an email with the details/link and I will point you in the right direction.</description>
		<content:encoded><![CDATA[<p>@ignacio - It depends on what links you will including in the dropdown. Shoot me an email with the details/link and I will point you in the right direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ignacio</title>
		<link>http://www.leigeber.com/2008/04/sliding-javascript-dropdown-menu/#comment-5323</link>
		<dc:creator>ignacio</dc:creator>
		<pubDate>Fri, 11 Jul 2008 18:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=30#comment-5323</guid>
		<description>Hi ! this script is awesome ! i try to embedd it into a Wordpress blog, but i don't know exactly how to do it... i uploaded the .js and the css to the theme's folder, and then past in the header.php the html code ... but i'm afraid i need to write something in php language ... ? well, any tip will be welcome !</description>
		<content:encoded><![CDATA[<p>Hi ! this script is awesome ! i try to embedd it into a Wordpress blog, but i don&#8217;t know exactly how to do it&#8230; i uploaded the .js and the css to the theme&#8217;s folder, and then past in the header.php the html code &#8230; but i&#8217;m afraid i need to write something in php language &#8230; ? well, any tip will be welcome !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsedlak &#187; Blog Archive &#187; Theming SharePoint (5 of Infinite)</title>
		<link>http://www.leigeber.com/2008/04/sliding-javascript-dropdown-menu/#comment-5322</link>
		<dc:creator>jsedlak &#187; Blog Archive &#187; Theming SharePoint (5 of Infinite)</dc:creator>
		<pubDate>Fri, 11 Jul 2008 17:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=30#comment-5322</guid>
		<description>[...] 1:  Get this JavaScript menu (.js) and put it into [...]</description>
		<content:encoded><![CDATA[<p>[...] 1:  Get this JavaScript menu (.js) and put it into [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gercek Karakus</title>
		<link>http://www.leigeber.com/2008/04/sliding-javascript-dropdown-menu/#comment-5321</link>
		<dc:creator>Gercek Karakus</dc:creator>
		<pubDate>Fri, 11 Jul 2008 13:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=30#comment-5321</guid>
		<description>You can contact me from gercekkATgmailDOTcom</description>
		<content:encoded><![CDATA[<p>You can contact me from gercekkATgmailDOTcom</p>
]]></content:encoded>
	</item>
</channel>
</rss>
