<?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: Create Snook-Style Navigation Using&#160;MooTools</title> <atom:link href="http://davidwalsh.name/snook-navigation-mootools/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/snook-navigation-mootools</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Sep 2010 10:38:51 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>By: Rasul</title><link>http://davidwalsh.name/snook-navigation-mootools/comment-page-1#comment-18314</link> <dc:creator>Rasul</dc:creator> <pubDate>Sun, 20 Jun 2010 19:47:15 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1647#comment-18314</guid> <description>Hi David;if one of &quot;Li&quot;s (first li, for exmple) has &quot;current_page_item&quot; class (class=&quot;current_page_item&quot;) like wordpress menu; how can I disable events for it?Thanks.</description> <content:encoded><![CDATA[<p>Hi David;</p><p>if one of &#8220;Li&#8221;s (first li, for exmple) has &#8220;current_page_item&#8221; class (class=&#8221;current_page_item&#8221;) like wordpress menu; how can I disable events for it?</p><p>Thanks.</p> ]]></content:encoded> </item> <item><title>By: Roark</title><link>http://davidwalsh.name/snook-navigation-mootools/comment-page-1#comment-16766</link> <dc:creator>Roark</dc:creator> <pubDate>Mon, 05 Apr 2010 09:11:49 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1647#comment-16766</guid> <description>@William I have the same problem as you, Joomla bounds me to the confines of 1.11,
I needed the same effect and used fx.styles. seemed to work ok in ie6:
var gallery_a = $$(&#039;#slideshow ul li a&#039;);
gallery_a.each(function(element) {
var fx = new Fx.Styles(element, {duration: 300, wait: false, transition: Fx.Transitions.Sine.easeIn});
element.addEvent(&#039;mouseenter&#039;, function(){
fx.start({
&#039;background-position&#039;: [&#039;290px 0px&#039;, &#039;253px 0px&#039;],
&#039;padding-right&#039;: [&#039;0px&#039;,&#039;50px&#039;]
});
});
element.addEvent(&#039;mouseleave&#039;, function(){
fx.start({
&#039;background-position&#039;: [&#039;253px 0px&#039;, &#039;290px 0px&#039;],
&#039;padding-right&#039;: [&#039;50px&#039;,&#039;0px&#039;]
});
});
});</description> <content:encoded><![CDATA[<p>@William I have the same problem as you, Joomla bounds me to the confines of 1.11,<br
/> I needed the same effect and used fx.styles. seemed to work ok in ie6:<br
/> var gallery_a = $$(&#8216;#slideshow ul li a&#8217;);<br
/> gallery_a.each(function(element) {<br
/> var fx = new Fx.Styles(element, {duration: 300, wait: false, transition: Fx.Transitions.Sine.easeIn});<br
/> element.addEvent(&#8216;mouseenter&#8217;, function(){<br
/> fx.start({<br
/> &#8216;background-position&#8217;: ['290px 0px', '253px 0px'],<br
/> &#8216;padding-right&#8217;: ['0px','50px']<br
/> });<br
/> });</p><p> element.addEvent(&#8216;mouseleave&#8217;, function(){<br
/> fx.start({<br
/> &#8216;background-position&#8217;: ['253px 0px', '290px 0px'],<br
/> &#8216;padding-right&#8217;: ['50px','0px']<br
/> });<br
/> });<br
/> });</p> ]]></content:encoded> </item> <item><title>By: William</title><link>http://davidwalsh.name/snook-navigation-mootools/comment-page-1#comment-11997</link> <dc:creator>William</dc:creator> <pubDate>Fri, 18 Sep 2009 17:18:05 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1647#comment-11997</guid> <description>@David Walsh:  I know :(  However, my site runs on joomla and it&#039;ll be a lot of backward coding if I upgrade.  The 1.1 layer doesn&#039;t work with half of my scripts running on the site now.</description> <content:encoded><![CDATA[<p>@David Walsh:  I know :(  However, my site runs on joomla and it&#8217;ll be a lot of backward coding if I upgrade.  The 1.1 layer doesn&#8217;t work with half of my scripts running on the site now.</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/snook-navigation-mootools/comment-page-1#comment-11995</link> <dc:creator>David Walsh</dc:creator> <pubDate>Fri, 18 Sep 2009 17:07:54 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1647#comment-11995</guid> <description>William:  1.1 is almost 2 years old now -- time to upgrade?</description> <content:encoded><![CDATA[<p>William:  1.1 is almost 2 years old now &#8212; time to upgrade?</p> ]]></content:encoded> </item> <item><title>By: William</title><link>http://davidwalsh.name/snook-navigation-mootools/comment-page-1#comment-11994</link> <dc:creator>William</dc:creator> <pubDate>Fri, 18 Sep 2009 17:07:02 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1647#comment-11994</guid> <description>Ya I&#039;ve been trying to do it with mootools 1.1 too.  Background-position gives an error that saids &#039;push&#039; is null or not an object.  Help~~</description> <content:encoded><![CDATA[<p>Ya I&#8217;ve been trying to do it with mootools 1.1 too.  Background-position gives an error that saids &#8216;push&#8217; is null or not an object.  Help~~</p> ]]></content:encoded> </item> <item><title>By: Xavi</title><link>http://davidwalsh.name/snook-navigation-mootools/comment-page-1#comment-11593</link> <dc:creator>Xavi</dc:creator> <pubDate>Sat, 29 Aug 2009 11:54:42 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1647#comment-11593</guid> <description>Can you do it with mootools 1.1?I&#039;ve been trying with fx.styles but I get an error with IE when I try to change &quot;background-position&quot;, other properties work fine!!!have you got any ideas?</description> <content:encoded><![CDATA[<p>Can you do it with mootools 1.1?</p><p>I&#8217;ve been trying with fx.styles but I get an error with IE when I try to change &#8220;background-position&#8221;, other properties work fine!!!</p><p>have you got any ideas?</p> ]]></content:encoded> </item> <item><title>By: matteo</title><link>http://davidwalsh.name/snook-navigation-mootools/comment-page-1#comment-10429</link> <dc:creator>matteo</dc:creator> <pubDate>Wed, 15 Jul 2009 18:31:48 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1647#comment-10429</guid> <description>Hello, on my site don&#039; t work with opera and firefox! but with ie and chrome work...</description> <content:encoded><![CDATA[<p>Hello, on my site don&#8217; t work with opera and firefox! but with ie and chrome work&#8230;</p> ]]></content:encoded> </item> <item><title>By: John Dupras</title><link>http://davidwalsh.name/snook-navigation-mootools/comment-page-1#comment-9514</link> <dc:creator>John Dupras</dc:creator> <pubDate>Sat, 30 May 2009 01:44:02 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1647#comment-9514</guid> <description>Hi David,Is there anyway to keep the &quot;hover&quot; state active, until you click on one of the other links?</description> <content:encoded><![CDATA[<p>Hi David,</p><p>Is there anyway to keep the &#8220;hover&#8221; state active, until you click on one of the other links?</p> ]]></content:encoded> </item> <item><title>By: Adam Winogrodzki</title><link>http://davidwalsh.name/snook-navigation-mootools/comment-page-1#comment-8786</link> <dc:creator>Adam Winogrodzki</dc:creator> <pubDate>Sun, 19 Apr 2009 20:32:46 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1647#comment-8786</guid> <description>wow…. this is awesome.. i like the second demo…</description> <content:encoded><![CDATA[<p>wow…. this is awesome.. i like the second demo…</p> ]]></content:encoded> </item> <item><title>By: nunzio fiore</title><link>http://davidwalsh.name/snook-navigation-mootools/comment-page-1#comment-8653</link> <dc:creator>nunzio fiore</dc:creator> <pubDate>Fri, 10 Apr 2009 08:20:35 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1647#comment-8653</guid> <description>Hi David,
i was looking another time this post, &#039;because i like a lot it... i suggest you an idea... you can optimize the third animation using two senses of horizontal transition.. in this way if i arrive from the link to the left it seems that the blue band follow me, and the same if arrive to the link on center from the right link... like you in this momentwhat do you think about it? I&#039;m interested on your opinion because I&#039;m thinking if it&#039;s better to use a DIV that follow my mouse movement (like an arrow that I&#039;m developing for a web site in these days) or using this trick CSS/JS can be a good idea ... </description> <content:encoded><![CDATA[<p>Hi David,<br
/> i was looking another time this post, &#8216;because i like a lot it&#8230; i suggest you an idea&#8230; you can optimize the third animation using two senses of horizontal transition.. in this way if i arrive from the link to the left it seems that the blue band follow me, and the same if arrive to the link on center from the right link&#8230; like you in this moment</p><p>what do you think about it? I&#8217;m interested on your opinion because I&#8217;m thinking if it&#8217;s better to use a DIV that follow my mouse movement (like an arrow that I&#8217;m developing for a web site in these days) or using this trick CSS/JS can be a good idea &#8230;</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 3/19 queries in 0.016 seconds using disk

Served from: davidwalsh.name @ 2010-09-09 14:21:16 -->