<?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>Mohsin Rasool &#187; Browser Issues</title>
	<atom:link href="http://www.mohsinrasool.com/category/browser-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mohsinrasool.com</link>
	<description>Internet Business &#38; Personal Journey</description>
	<lastBuildDate>Sat, 03 Jul 2010 15:18:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Google Chrome Browser Background Problem</title>
		<link>http://www.mohsinrasool.com/google-chrome-browser-background-problem/</link>
		<comments>http://www.mohsinrasool.com/google-chrome-browser-background-problem/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 06:14:06 +0000</pubDate>
		<dc:creator>Mohsin Rasool</dc:creator>
				<category><![CDATA[Browser Issues]]></category>
		<category><![CDATA[Website Development]]></category>

		<guid isPermaLink="false">http://www.mohsinrasool.com/?p=53</guid>
		<description><![CDATA[Today I was working on a new wordpress theme and I discovered this Error/Bug in Google Chrome. What is the bug? Well it would not show the background of the body properly. Every other browser like Firefox and I.E will show the background fine, but Chrome will show no background, or simple plane white color.]]></description>
			<content:encoded><![CDATA[<p>Today I was working on a new wordpress theme and I discovered this Error/Bug in Google Chrome. What is the bug? Well it would not show the background of the body properly.</p>
<p>Every other browser like Firefox and I.E will show the background fine, but Chrome will show no background, or simple plane white color. While I used built in Element Inspect tool in Chrome, I see there it has applied blank background. I searched the Web, and found many fixes, but this is what worked for me:</p>
<blockquote><p>Simple add to your CSS stylesheet this line:</p>
<p>html{ height: 100%;}</p>
<p>Also you may replace your Body tag, with Html,Body i.e.<br />
Body<br />
{some css here}</p>
<p>will become<br />
Html,Body<br />
{same CSS here.}</p></blockquote>
<p>Hope this saves you some time and solve your problem.<br />
Regards,<br />
Mohsin Rasool</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohsinrasool.com/google-chrome-browser-background-problem/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
