<?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: Hover effect on input element in IE6</title>
	<atom:link href="http://www.imranulhoque.com/javascript/hover-effect-on-input-element-in-ie6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imranulhoque.com/javascript/hover-effect-on-input-element-in-ie6/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 12:09:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Parsa</title>
		<link>http://www.imranulhoque.com/javascript/hover-effect-on-input-element-in-ie6/comment-page-1/#comment-5638</link>
		<dc:creator>Parsa</dc:creator>
		<pubDate>Sun, 12 Jun 2011 14:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.imranulhoque.com/?p=170#comment-5638</guid>
		<description>Thx alot,that works great on IE6 , IE7 , IE8</description>
		<content:encoded><![CDATA[<p>Thx alot,that works great on IE6 , IE7 , IE8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran</title>
		<link>http://www.imranulhoque.com/javascript/hover-effect-on-input-element-in-ie6/comment-page-1/#comment-4348</link>
		<dc:creator>Imran</dc:creator>
		<pubDate>Tue, 27 Apr 2010 00:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.imranulhoque.com/?p=170#comment-4348</guid>
		<description>Hi Richard,

Don&#039;t you think including the whole jQuery for this would be too much? And JQuery does the same thing anyway.
Thanks for sharing and keep coming.</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>Don&#8217;t you think including the whole jQuery for this would be too much? And JQuery does the same thing anyway.<br />
Thanks for sharing and keep coming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.imranulhoque.com/javascript/hover-effect-on-input-element-in-ie6/comment-page-1/#comment-4347</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 26 Apr 2010 21:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.imranulhoque.com/?p=170#comment-4347</guid>
		<description>Hi

Was reading your soundex function but got distracted by this. Of course jQuery makes it even easier.

$(&quot;input.inputClass&quot;).hover(function(){
this.addClass(&quot;.inputClass-hover&quot;)
},function(){
this.removeClass(&quot;.inputClass-hover&quot;)
})</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Was reading your soundex function but got distracted by this. Of course jQuery makes it even easier.</p>
<p>$(&#8220;input.inputClass&#8221;).hover(function(){<br />
this.addClass(&#8220;.inputClass-hover&#8221;)<br />
},function(){<br />
this.removeClass(&#8220;.inputClass-hover&#8221;)<br />
})</p>
]]></content:encoded>
	</item>
</channel>
</rss>

