<?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>Expressing IT &#187; Meta Tags</title>
	<atom:link href="http://developer.expressionz.in/blogs/tag/meta-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://developer.expressionz.in/blogs</link>
	<description>User Interface : just another, but a serious developers weblog</description>
	<lastBuildDate>Thu, 20 May 2010 18:05:48 +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>Mis-behaving IE8 : CSS Layout breakages (Targeting a browser version using Meta Tags in IE8)</title>
		<link>http://developer.expressionz.in/blogs/2008/12/17/mis-behaving-ie8-css-layout-breakages-targeting-a-browser-version-using-meta-tags-in-ie8/</link>
		<comments>http://developer.expressionz.in/blogs/2008/12/17/mis-behaving-ie8-css-layout-breakages-targeting-a-browser-version-using-meta-tags-in-ie8/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 06:14:21 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[Browser Quirks]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Doctype]]></category>
		<category><![CDATA[IE Issues]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Meta Tags]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=50</guid>
		<description><![CDATA[if you hit upon this issue, Like I did yesterday, where your perfectly working CSS in IE7 (and earlier) and  Firefox  has suddenly started throwing tantrums in IE8 , TRY This ... It nicely seemed to fix my problems for the moment ....

Using Meta declaration, we can specify the rendering engine we would like IE8 to use. So to force IE8 to render as IE7 ... Insert the following Meta Tag into the head of your document:-
<meta http-equiv="X-UA-Compatible" content="IE=7" />

]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdeveloper.expressionz.in%2Fblogs%2F2008%2F12%2F17%2Fmis-behaving-ie8-css-layout-breakages-targeting-a-browser-version-using-meta-tags-in-ie8%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdeveloper.expressionz.in%2Fblogs%2F2008%2F12%2F17%2Fmis-behaving-ie8-css-layout-breakages-targeting-a-browser-version-using-meta-tags-in-ie8%2F&amp;source=nikhild&amp;style=normal&amp;hashtags=Doctype,IE+Issues,IE8,Meta+Tags,Tips+%26amp%3B+Tricks" height="61" width="50" /><br />
			</a>
		</div>
<p>If you are css person, you would know the pain in getting your layouts working cross-browser. IE8 is yet another spanner in the works for us developers. Anywaz! if you hit upon this issue, Like I did yesterday, where your perfectly working CSS in IE7 (and earlier) and  Firefox  has suddenly started throwing tantrums in IE8 , TRY This &#8230; It nicely seemed to fix my problems for the moment &#8230;.</p>
<blockquote>
<div>Using Meta declaration, we can specify the rendering engine we would like IE8 to use. So to force IE8 to render as IE7 &#8230; Insert the following Meta Tag into the head of your document:-</div>
<p><strong><em>&lt;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=7&#8243; /&gt;</em><br />
</strong></p>
<p>By default IE Meta would be:-</p>
<p><strong><em>&lt;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=8&#8243; /&gt;</em><br />
</strong>which would make IE8 render the page using the new standards mode.</p>
<p>If required, this syntax could be used to accomodate for other browsers as below:</p>
<p><em><strong>&lt;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=8;FF=3;OtherUA=4&#8243; /&gt;</strong></em></p></blockquote>
<hr />
<h3>MORE About DOCTYPES :</h3>
<p>IF you are yet unfamiliar with the sort of animal called &#8220;Doctype&#8221; &#8230; here is some quick read<br />
<a href="http://developer.expressionz.in/blogs/?p=14" target="new">What are DOCTYPES? What are BROWSER QUIRKS &amp; STRICT Mode?</a><br />
<a href="http://developer.expressionz.in/blogs/?p=14" target="new">Setting the DOCTYPE in XSL</a></p>
<p><strong>For a more in depth understanding about DOCTYPES , try visiting these links&#8230;<br />
</strong><a href="http://www.alistapart.com/articles/doctype/" target="new">A List Apart : Fix Your Site With the Right DOCTYPE!</a><br />
<a href="http://www.alistapart.com/articles/beyonddoctype" target="new">A List Apart : Beyond DOCTYPE: Web Standards, Forward Compatibility, and IE8<br />
</a><br />
Note: Though many of us HTML/CSS people have been neglecting the importance of DOCTYPE decleration in our documents , Setting the right DOCTYPE , is usually the answer to most cross browser issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://developer.expressionz.in/blogs/2008/12/17/mis-behaving-ie8-css-layout-breakages-targeting-a-browser-version-using-meta-tags-in-ie8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
