<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Unobtrusive Image Rollover with Prototype Library</title>
	<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/</link>
	<description>Web Developer, Web Designer, Ruby on Rails Developer, a Curious Man based in Singapore</description>
	<pubDate>Fri, 10 Feb 2012 13:00:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-166808</link>
		<pubDate>Thu, 06 Aug 2009 02:19:07 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-166808</guid>
					<description>@CodeSense, cool, thanks.

@KentR shouldn't be too hard, just don't have time to work on it. Guess, maybe a good time for you to meedle with some JS? :)</description>
		<content:encoded><![CDATA[<p>@CodeSense, cool, thanks.</p>
<p>@KentR shouldn&#8217;t be too hard, just don&#8217;t have time to work on it. Guess, maybe a good time for you to meedle with some JS? :)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: KentR</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-166778</link>
		<pubDate>Wed, 05 Aug 2009 16:31:59 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-166778</guid>
					<description>Cool idea.  Have you tried getting something like this to work with sprites?</description>
		<content:encoded><![CDATA[<p>Cool idea.  Have you tried getting something like this to work with sprites?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: CodeSense</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-99741</link>
		<pubDate>Sat, 04 Oct 2008 04:59:38 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-99741</guid>
					<description>I still sometimes had the problem of the preloading not working in all browsers, I came up with a little bit better solution that extends the class you have here.  Basically it creates a new image object for both the original and rolled over images and saves those as private members of the class.  When you roll over or out of the image, it swaps in or out those image elements.

You can check it out here: http://you-dev.com/tutorials/articles/Automatic+preloading+Prototype+based+rollovers</description>
		<content:encoded><![CDATA[<p>I still sometimes had the problem of the preloading not working in all browsers, I came up with a little bit better solution that extends the class you have here.  Basically it creates a new image object for both the original and rolled over images and saves those as private members of the class.  When you roll over or out of the image, it swaps in or out those image elements.</p>
<p>You can check it out here: <a href='http://you-dev.com/tutorials/articles/Automatic+preloading+Prototype+based+rollovers' rel='nofollow'>http://you-dev.com/tutorials/articles/Automatic+preloading+Prototype+based+rollovers</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Francesco Mazzi</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-95337</link>
		<pubDate>Wed, 03 Sep 2008 22:42:34 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-95337</guid>
					<description>Great work!! I'm using it on a website I'm developing.
I'm trying to add a new function to the class, so that when a link is clicked the image becomes automatically in the &quot;_sel&quot; state...useful if the menù opens other submenus without reloading the page. Do you have any kind of suggestions? I'll put there my results...thanks...bye bye</description>
		<content:encoded><![CDATA[<p>Great work!! I&#8217;m using it on a website I&#8217;m developing.<br />
I&#8217;m trying to add a new function to the class, so that when a link is clicked the image becomes automatically in the &#8220;_sel&#8221; state&#8230;useful if the menù opens other submenus without reloading the page. Do you have any kind of suggestions? I&#8217;ll put there my results&#8230;thanks&#8230;bye bye
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-80380</link>
		<pubDate>Tue, 10 Jun 2008 04:03:13 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-80380</guid>
					<description>@James Sorry about it, the link is up now.</description>
		<content:encoded><![CDATA[<p>@James Sorry about it, the link is up now.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: James Mason</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-80324</link>
		<pubDate>Mon, 09 Jun 2008 22:42:25 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-80324</guid>
					<description>It seems the download has gone missing again. Can you please make this available for download?</description>
		<content:encoded><![CDATA[<p>It seems the download has gone missing again. Can you please make this available for download?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-79487</link>
		<pubDate>Tue, 03 Jun 2008 02:45:07 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-79487</guid>
					<description>@Nathaniel, yeah it makes sense, will put a patch for that. Thanks.</description>
		<content:encoded><![CDATA[<p>@Nathaniel, yeah it makes sense, will put a patch for that. Thanks.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Nathaniel Bibler</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-79402</link>
		<pubDate>Mon, 02 Jun 2008 15:02:16 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-79402</guid>
					<description>I'd like to suggest an update to the rollover.js (v1.1) file, line 36:

    images = $$('#' + this.id + ' a img');

Instead of:

    images = $$('#' + this.id + ' img');

The main issue being that images that are not contained in an anchor tag should not be a rollover image.  Further, navigation links may have separator images or other supporting graphics strewn between them.  In the current implementation, the script attempts to load the '_on' version of all images within the given DOM ID, which raises HTTP 404 errors for non-rollover-intended images (separator graphics and such).</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to suggest an update to the rollover.js (v1.1) file, line 36:</p>
<p>    images = $$(&#8217;#&#8217; + this.id + &#8216; a img&#8217;);</p>
<p>Instead of:</p>
<p>    images = $$(&#8217;#&#8217; + this.id + &#8216; img&#8217;);</p>
<p>The main issue being that images that are not contained in an anchor tag should not be a rollover image.  Further, navigation links may have separator images or other supporting graphics strewn between them.  In the current implementation, the script attempts to load the &#8216;_on&#8217; version of all images within the given DOM ID, which raises HTTP 404 errors for non-rollover-intended images (separator graphics and such).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: yosax</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-68681</link>
		<pubDate>Sat, 29 Mar 2008 20:06:24 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-68681</guid>
					<description>How to roll over image such as in Amazon?
I want to implement the codes on one of my web.</description>
		<content:encoded><![CDATA[<p>How to roll over image such as in Amazon?<br />
I want to implement the codes on one of my web.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: S Woodside</title>
		<link>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-48068</link>
		<pubDate>Thu, 29 Nov 2007 05:01:41 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/22/unobtrusive-image-rollover-with-prototype-library/#comment-48068</guid>
					<description>You should probably note somewhere here or in the docs that prototype 1.5.1 is required, in case people are trying to use it with an older version they will get &quot;$$ is not defined&quot; (which doesn't search in google).</description>
		<content:encoded><![CDATA[<p>You should probably note somewhere here or in the docs that prototype 1.5.1 is required, in case people are trying to use it with an older version they will get &#8220;$$ is not defined&#8221; (which doesn&#8217;t search in google).
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

