<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>imranul hoque&#039;s blog &#187; css</title>
	<atom:link href="http://www.imranulhoque.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imranulhoque.com</link>
	<description></description>
	<lastBuildDate>Tue, 17 Jan 2012 04:12:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hover effect on input element in IE6</title>
		<link>http://www.imranulhoque.com/javascript/hover-effect-on-input-element-in-ie6/</link>
		<comments>http://www.imranulhoque.com/javascript/hover-effect-on-input-element-in-ie6/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 19:25:13 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Browser Compatibility]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[stylesheet]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=170</guid>
		<description><![CDATA[If you have ever tried to put a hover effect on any input element (submit, button etc) using css you must have faced the problem when you tested on IE6. Generally following is the css code we use to add the hover effect:

input.inputClass{background-color:#cccccc;color:#000000;}
input.inputClass:hover{background-color:#000000;color:#ffffff;}

This would change the background color and text color of any input field [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/javascript/hover-effect-on-input-element-in-ie6/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

