<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Using Opacity to Show Focus with&#160;MooTools</title> <atom:link href="http://davidwalsh.name/opacity-focus/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/opacity-focus</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Wed, 23 May 2012 14:01:31 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Michael</title><link>http://davidwalsh.name/opacity-focus#comment-19590</link> <dc:creator>Michael</dc:creator> <pubDate>Sun, 29 Aug 2010 15:07:36 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3467#comment-19590</guid> <description>Hi,I have the same Problem. After hovering all borders in Internet Explorer disappear? Any solution?</description> <content:encoded><![CDATA[<p>Hi,</p><p>I have the same Problem. After hovering all borders in Internet Explorer disappear? Any solution?</p> ]]></content:encoded> </item> <item><title>By: Simon</title><link>http://davidwalsh.name/opacity-focus#comment-16633</link> <dc:creator>Simon</dc:creator> <pubDate>Thu, 25 Mar 2010 19:01:21 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3467#comment-16633</guid> <description>Great effect.But what if you want &lt;a&gt; links on your images or list items (it doesn&#039;t work for me)?By</description> <content:encoded><![CDATA[<p>Great effect.</p><p>But what if you want <a> links on your images or list items (it doesn&#8217;t work for me)?</p><p>By</a></p> ]]></content:encoded> </item> <item><title>By: dailce</title><link>http://davidwalsh.name/opacity-focus#comment-13761</link> <dc:creator>dailce</dc:creator> <pubDate>Thu, 19 Nov 2009 07:43:10 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3467#comment-13761</guid> <description>I guess this will work.(function() {
window.addEvent(&#039;domready&#039;,function() {
$$(&#039;.fade-area&#039;).each(function(container) {
container.getElements(&#039;img&#039;).each(function(child) {
var siblings = child.getParent(&#039;div&#039;).getElements(&#039;img&#039;).erase(child);
child.addEvents({
mouseenter: function() { siblings.tween(&#039;opacity&#039;,0.5); },
mouseleave: function() { siblings.tween(&#039;opacity&#039;,1); }
});
});
});
});
})(); </description> <content:encoded><![CDATA[<p>I guess this will work.</p><p> (function() {<br
/> window.addEvent(&#8216;domready&#8217;,function() {<br
/> $$(&#8216;.fade-area&#8217;).each(function(container) {<br
/> container.getElements(&#8216;img&#8217;).each(function(child) {<br
/> var siblings = child.getParent(&#8216;div&#8217;).getElements(&#8216;img&#8217;).erase(child);<br
/> child.addEvents({<br
/> mouseenter: function() { siblings.tween(&#8216;opacity&#8217;,0.5); },<br
/> mouseleave: function() { siblings.tween(&#8216;opacity&#8217;,1); }<br
/> });<br
/> });<br
/> });<br
/> });<br
/> })();</p> ]]></content:encoded> </item> <item><title>By: dailce</title><link>http://davidwalsh.name/opacity-focus#comment-13760</link> <dc:creator>dailce</dc:creator> <pubDate>Thu, 19 Nov 2009 07:07:47 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3467#comment-13760</guid> <description>Very strange error, how can I have this work with images that have links?   if I add links to my images there is a very strange problem in safari and ie where the fade only affects 1/4 the image?</description> <content:encoded><![CDATA[<p>Very strange error, how can I have this work with images that have links?   if I add links to my images there is a very strange problem in safari and ie where the fade only affects 1/4 the image?</p> ]]></content:encoded> </item> <item><title>By: Actarus</title><link>http://davidwalsh.name/opacity-focus#comment-13086</link> <dc:creator>Actarus</dc:creator> <pubDate>Thu, 29 Oct 2009 23:03:41 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3467#comment-13086</guid> <description>Very nice ;-) !!!But do you know why in the demo with IE7 and IE8 the text change and the list disapear ?I have the same problem with a border and texts in my new site ?Thx</description> <content:encoded><![CDATA[<p>Very nice ;-) !!!</p><p>But do you know why in the demo with IE7 and IE8 the text change and the list disapear ?</p><p>I have the same problem with a border and texts in my new site ?</p><p>Thx</p> ]]></content:encoded> </item> <item><title>By: Alex</title><link>http://davidwalsh.name/opacity-focus#comment-12878</link> <dc:creator>Alex</dc:creator> <pubDate>Fri, 23 Oct 2009 18:45:47 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3467#comment-12878</guid> <description>I have a small bug in IE 7 and 8 my styles changed ???? The typography change and my borders desapears when fading ???Do you have an idea why ?</description> <content:encoded><![CDATA[<p>I have a small bug in IE 7 and 8 my styles changed ???? The typography change and my borders desapears when fading ???</p><p>Do you have an idea why ?</p> ]]></content:encoded> </item> <item><title>By: Alex</title><link>http://davidwalsh.name/opacity-focus#comment-12875</link> <dc:creator>Alex</dc:creator> <pubDate>Fri, 23 Oct 2009 17:46:03 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3467#comment-12875</guid> <description>Great great work !!!How can I accelerate the fading tween ?Thx,Alex</description> <content:encoded><![CDATA[<p>Great great work !!!</p><p>How can I accelerate the fading tween ?</p><p>Thx,</p><p>Alex</p> ]]></content:encoded> </item> <item><title>By: Ilya</title><link>http://davidwalsh.name/opacity-focus#comment-12675</link> <dc:creator>Ilya</dc:creator> <pubDate>Thu, 15 Oct 2009 11:23:22 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3467#comment-12675</guid> <description>solved all problems except the list item but I do not need), a good example. Thanks!!!</description> <content:encoded><![CDATA[<p>solved all problems except the list item but I do not need), a good example. Thanks!!!</p> ]]></content:encoded> </item> <item><title>By: Ilya</title><link>http://davidwalsh.name/opacity-focus#comment-12674</link> <dc:creator>Ilya</dc:creator> <pubDate>Thu, 15 Oct 2009 11:21:56 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3467#comment-12674</guid> <description>but this problem can be solved =)</description> <content:encoded><![CDATA[<p>but this problem can be solved =)</p> ]]></content:encoded> </item> <item><title>By: Ilya</title><link>http://davidwalsh.name/opacity-focus#comment-12673</link> <dc:creator>Ilya</dc:creator> <pubDate>Thu, 15 Oct 2009 08:39:02 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3467#comment-12673</guid> <description>shit! dont work on mootools 1.11 Joomla 1.5 ((</description> <content:encoded><![CDATA[<p>shit! dont work on mootools 1.11 Joomla 1.5 ((</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 3/7 queries in 0.008 seconds using disk: basic
Object Caching 805/805 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-23 11:23:53 -->
