<?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; Browser</title>
	<atom:link href="http://www.imranulhoque.com/tag/browser/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>
		<item>
		<title>Debug old IE versions in a single tool</title>
		<link>http://www.imranulhoque.com/browser-compatibility/debug-old-ie-versions-in-a-single-tool/</link>
		<comments>http://www.imranulhoque.com/browser-compatibility/debug-old-ie-versions-in-a-single-tool/#comments</comments>
		<pubDate>Thu, 21 May 2009 05:53:29 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Browser Compatibility]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Debug IE6]]></category>
		<category><![CDATA[Debug Old IE]]></category>
		<category><![CDATA[IE7 IE8]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=36</guid>
		<description><![CDATA[Internet Explorer is always a pain in the arse for web developers. One new release and one additional pain. Worst part is it is difficult to debug in all the version in a single machine. At last Microsoft has shown some brain in IE8 by adding IE7 compatibility mode and a developers tool. Despite of [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/browser-compatibility/debug-old-ie-versions-in-a-single-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

