<?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: IE5 and IE6 CSS Hacks</title>
	<atom:link href="http://www.keyboardface.com/archives/2009/07/07/ie5-and-ie6-css-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keyboardface.com/archives/2009/07/07/ie5-and-ie6-css-hacks/</link>
	<description>when you find QWERTY imprinted on your cheek - it&#039;s time to go to bed.</description>
	<lastBuildDate>Thu, 19 May 2011 05:13:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Tom</title>
		<link>http://www.keyboardface.com/archives/2009/07/07/ie5-and-ie6-css-hacks/comment-page-1/#comment-77340</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 30 Nov 2009 20:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyboardface.com/archives/2009/07/07/ie5-and-ie6-css-hacks/#comment-77340</guid>
		<description>If you&#039;re using the above &quot;display:inline-block;&quot; keep in mind that Firefox 2 and earlier don&#039;t support it. To get around this, also use a Mozilla specific css rule: 

&quot;display: -moz-inline-box;&quot; 

This acts similarly with the caveat that it hides all overflow text. 

To get around &lt;b&gt;this&lt;/b&gt;, put a div tag within the a element and specify a specific width for this tag. 

And.... finally we have a good solution.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using the above &#8220;display:inline-block;&#8221; keep in mind that Firefox 2 and earlier don&#8217;t support it. To get around this, also use a Mozilla specific css rule: </p>
<p>&#8220;display: -moz-inline-box;&#8221; </p>
<p>This acts similarly with the caveat that it hides all overflow text. </p>
<p>To get around <b>this</b>, put a div tag within the a element and specify a specific width for this tag. </p>
<p>And&#8230;. finally we have a good solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.keyboardface.com/archives/2009/07/07/ie5-and-ie6-css-hacks/comment-page-1/#comment-77335</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 30 Nov 2009 18:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyboardface.com/archives/2009/07/07/ie5-and-ie6-css-hacks/#comment-77335</guid>
		<description>Also, it appears that IE6 and IE5 both add a huge amount of space below or above an &quot;a&quot; element when you add the rule &quot;display:block&quot;. 

This came up when I had a vertical css menu based around ul and a elements. 

It works fine in all browsers, but IE6 and IE5. 

The solution is to use: &quot;display: inline-block; &quot; instead.

This removes the inherit width that you&#039;d see otherwise, but you can easily set the width explicitly and it should work then.</description>
		<content:encoded><![CDATA[<p>Also, it appears that IE6 and IE5 both add a huge amount of space below or above an &#8220;a&#8221; element when you add the rule &#8220;display:block&#8221;. </p>
<p>This came up when I had a vertical css menu based around ul and a elements. </p>
<p>It works fine in all browsers, but IE6 and IE5. </p>
<p>The solution is to use: &#8220;display: inline-block; &#8221; instead.</p>
<p>This removes the inherit width that you&#8217;d see otherwise, but you can easily set the width explicitly and it should work then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.keyboardface.com/archives/2009/07/07/ie5-and-ie6-css-hacks/comment-page-1/#comment-77333</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 30 Nov 2009 17:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyboardface.com/archives/2009/07/07/ie5-and-ie6-css-hacks/#comment-77333</guid>
		<description>Another great resource for this is: 

http://www.webcredible.co.uk/user-friendly-resources/css/internet-explorer.shtml</description>
		<content:encoded><![CDATA[<p>Another great resource for this is: </p>
<p><a href="http://www.webcredible.co.uk/user-friendly-resources/css/internet-explorer.shtml" rel="nofollow">http://www.webcredible.co.uk/user-friendly-resources/css/internet-explorer.shtml</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeanBlader</title>
		<link>http://www.keyboardface.com/archives/2009/07/07/ie5-and-ie6-css-hacks/comment-page-1/#comment-67204</link>
		<dc:creator>SeanBlader</dc:creator>
		<pubDate>Thu, 23 Jul 2009 20:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyboardface.com/archives/2009/07/07/ie5-and-ie6-css-hacks/#comment-67204</guid>
		<description>No! You must not support IE5, and supporting single digit percentages for IE6 is bad too. My official professional recommendation is to support 1 version of each browser. So choose, IE6 or IE7, at the beginning of next month though, you&#039;ll need to choose IE7 or IE8 because according to the data I have, IE6 will be third among them.</description>
		<content:encoded><![CDATA[<p>No! You must not support IE5, and supporting single digit percentages for IE6 is bad too. My official professional recommendation is to support 1 version of each browser. So choose, IE6 or IE7, at the beginning of next month though, you&#8217;ll need to choose IE7 or IE8 because according to the data I have, IE6 will be third among them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
