<?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: Compare before and after photos using CSS Clip and jQuery</title>
	<atom:link href="http://www.thewebsitetailor.com/2009/11/compare-before-and-after-photos-using-css-clip-and-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewebsitetailor.com/2009/11/compare-before-and-after-photos-using-css-clip-and-jquery/</link>
	<description>Perry Trinier</description>
	<lastBuildDate>Tue, 09 Mar 2010 07:03:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Thompson</title>
		<link>http://www.thewebsitetailor.com/2009/11/compare-before-and-after-photos-using-css-clip-and-jquery/comment-page-1/#comment-134</link>
		<dc:creator>Michael Thompson</dc:creator>
		<pubDate>Wed, 11 Nov 2009 17:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsitetailor.com/?p=46#comment-134</guid>
		<description>You might want to widen the draggable handle a bit and add a hover action to the images so that the draggable handle gets a bit more attention and lets the user know that it is interactive.

Sample CSS additions (transparency could be done via jQuery):

    div.imagecompare .resizer {
        opacity: .5;
        width: 5px;
    }

    div.imagecompare:hover .resizer {
        opacity: 1;
    }

Great job. :)</description>
		<content:encoded><![CDATA[<p>You might want to widen the draggable handle a bit and add a hover action to the images so that the draggable handle gets a bit more attention and lets the user know that it is interactive.</p>
<p>Sample CSS additions (transparency could be done via jQuery):</p>
<p>    div.imagecompare .resizer {<br />
        opacity: .5;<br />
        width: 5px;<br />
    }</p>
<p>    div.imagecompare:hover .resizer {<br />
        opacity: 1;<br />
    }</p>
<p>Great job. <img src='http://www.thewebsitetailor.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://www.thewebsitetailor.com/2009/11/compare-before-and-after-photos-using-css-clip-and-jquery/comment-page-1/#comment-133</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Wed, 11 Nov 2009 12:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsitetailor.com/?p=46#comment-133</guid>
		<description>Your second image hides the subsequent text when javascript is turned off. Use overflow:

div.imagecompare {
height:640px;
overflow:scroll;
position:relative;
width:500px;
}</description>
		<content:encoded><![CDATA[<p>Your second image hides the subsequent text when javascript is turned off. Use overflow:</p>
<p>div.imagecompare {<br />
height:640px;<br />
overflow:scroll;<br />
position:relative;<br />
width:500px;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
