<?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: Show Empty Table Cells with CSS in Internet Explorer</title>
	<atom:link href="http://www.tgrayimages.com/show-empty-table-cells-with-css-in-internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tgrayimages.com/show-empty-table-cells-with-css-in-internet-explorer/</link>
	<description>Random Musings of Tony Gray</description>
	<pubDate>Tue, 06 Jan 2009 05:23:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeffrey</title>
		<link>http://www.tgrayimages.com/show-empty-table-cells-with-css-in-internet-explorer/comment-page-1/#comment-3312</link>
		<dc:creator>Jeffrey</dc:creator>
		<pubDate>Wed, 12 Nov 2008 11:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://tgrayimages.com/2007/10/29/show-empty-table-cells-with-css-in-internet-explorer/#comment-3312</guid>
		<description>Thx alot! It was verry usefull!</description>
		<content:encoded><![CDATA[<p>Thx alot! It was verry usefull!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toolshed</title>
		<link>http://www.tgrayimages.com/show-empty-table-cells-with-css-in-internet-explorer/comment-page-1/#comment-3307</link>
		<dc:creator>toolshed</dc:creator>
		<pubDate>Tue, 04 Nov 2008 14:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://tgrayimages.com/2007/10/29/show-empty-table-cells-with-css-in-internet-explorer/#comment-3307</guid>
		<description>This piece just saved my life. Thanks bro'</description>
		<content:encoded><![CDATA[<p>This piece just saved my life. Thanks bro&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Invective</title>
		<link>http://www.tgrayimages.com/show-empty-table-cells-with-css-in-internet-explorer/comment-page-1/#comment-2078</link>
		<dc:creator>Invective</dc:creator>
		<pubDate>Tue, 15 Jul 2008 00:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://tgrayimages.com/2007/10/29/show-empty-table-cells-with-css-in-internet-explorer/#comment-2078</guid>
		<description>Excellent work with the fix mate, don't we all just love IE.

This fix works a treat until you try to show up a complete row with nothing in it. Then I found setting an IE specific height on the cells is required.

		table 
		{
			border-collapse:collapse; and empty-cells: show;
		}
		table tr td{height: 1px; width: 1px; padding: 0px; _height: 1em;}

CSS is a bit lazy, should have the full IE hack if you care about CSS validation of course. And you will have to have a bit of a play with the padding / height to get the sizes exact, but using em should eventually sort your rows out as well..

Cheers and thanks for the initial post.

Invective.</description>
		<content:encoded><![CDATA[<p>Excellent work with the fix mate, don&#8217;t we all just love IE.</p>
<p>This fix works a treat until you try to show up a complete row with nothing in it. Then I found setting an IE specific height on the cells is required.</p>
<p>		table<br />
		{<br />
			border-collapse:collapse; and empty-cells: show;<br />
		}<br />
		table tr td{height: 1px; width: 1px; padding: 0px; _height: 1em;}</p>
<p>CSS is a bit lazy, should have the full IE hack if you care about CSS validation of course. And you will have to have a bit of a play with the padding / height to get the sizes exact, but using em should eventually sort your rows out as well..</p>
<p>Cheers and thanks for the initial post.</p>
<p>Invective.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.tgrayimages.com/show-empty-table-cells-with-css-in-internet-explorer/comment-page-1/#comment-1814</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 02 Jun 2008 05:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://tgrayimages.com/2007/10/29/show-empty-table-cells-with-css-in-internet-explorer/#comment-1814</guid>
		<description>Thanks!  I've been working on a legacy system with embedded tables for layout, and this one was driving me crazy!  Everyone else was talking about how IE doesn't support empty-cells, but you're the first to give a workaround that really worked!  Saved me a trip to the crazy house...</description>
		<content:encoded><![CDATA[<p>Thanks!  I&#8217;ve been working on a legacy system with embedded tables for layout, and this one was driving me crazy!  Everyone else was talking about how IE doesn&#8217;t support empty-cells, but you&#8217;re the first to give a workaround that really worked!  Saved me a trip to the crazy house&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
