<?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"
	>
<channel>
	<title>Comments on: Emulating tables: Automatic width</title>
	<atom:link href="http://friendlybit.com/css/emulating-tables-automatic-width/feed/" rel="self" type="application/rss+xml" />
	<link>http://friendlybit.com/css/emulating-tables-automatic-width/</link>
	<description>You have found Friendly Bit, a web development blog. I focus on client side technologies like CSS, HTML and Javascript. You find my articles below and categories to the right.</description>
	<pubDate>Sun, 12 Oct 2008 00:44:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Marcos</title>
		<link>http://friendlybit.com/css/emulating-tables-automatic-width/#comment-24099</link>
		<dc:creator>Marcos</dc:creator>
		<pubDate>Thu, 10 May 2007 18:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/emulating-tables-automatic-width/#comment-24099</guid>
		<description>It's just to let you know that your article was *very* helpful as I was searching a way to make a main column shrink or expand based on the width of a sidebar (that could be shown in a page and not shown in another).
It finished my search!
Thanks</description>
		<content:encoded><![CDATA[<p>It&#8217;s just to let you know that your article was *very* helpful as I was searching a way to make a main column shrink or expand based on the width of a sidebar (that could be shown in a page and not shown in another).<br />
It finished my search!<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Stenström</title>
		<link>http://friendlybit.com/css/emulating-tables-automatic-width/#comment-1146</link>
		<dc:creator>Emil Stenström</dc:creator>
		<pubDate>Thu, 08 Jun 2006 10:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/emulating-tables-automatic-width/#comment-1146</guid>
		<description>@Andrew: I don't like the zoom attribute since it's proprietary code that doesn't validate. Validation is important imo. I do use it sometimes just to check if something is a hasLayout issue in IE, but that never sticks to the final version.</description>
		<content:encoded><![CDATA[<p>@Andrew: I don&#8217;t like the zoom attribute since it&#8217;s proprietary code that doesn&#8217;t validate. Validation is important imo. I do use it sometimes just to check if something is a hasLayout issue in IE, but that never sticks to the final version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Vit</title>
		<link>http://friendlybit.com/css/emulating-tables-automatic-width/#comment-1139</link>
		<dc:creator>Andrew Vit</dc:creator>
		<pubDate>Thu, 08 Jun 2006 07:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/emulating-tables-automatic-width/#comment-1139</guid>
		<description>Best way I found to force layout on IE elements is by using the property {zoom:1}. This is completely ignored by other browsers and affects the IE elements as intended.</description>
		<content:encoded><![CDATA[<p>Best way I found to force layout on IE elements is by using the property {zoom:1}. This is completely ignored by other browsers and affects the IE elements as intended.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Stenström</title>
		<link>http://friendlybit.com/css/emulating-tables-automatic-width/#comment-966</link>
		<dc:creator>Emil Stenström</dc:creator>
		<pubDate>Fri, 02 Jun 2006 10:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/emulating-tables-automatic-width/#comment-966</guid>
		<description>@karl: Sure is, problem is that it doesn't work with IE right now (the reason I didn't include it). If it did it would be the best way to do all sorts of layouts.</description>
		<content:encoded><![CDATA[<p>@karl: Sure is, problem is that it doesn&#8217;t work with IE right now (the reason I didn&#8217;t include it). If it did it would be the best way to do all sorts of layouts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karl</title>
		<link>http://friendlybit.com/css/emulating-tables-automatic-width/#comment-959</link>
		<dc:creator>karl</dc:creator>
		<pubDate>Fri, 02 Jun 2006 01:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/emulating-tables-automatic-width/#comment-959</guid>
		<description>display: table;

is another property too.</description>
		<content:encoded><![CDATA[<p>display: table;</p>
<p>is another property too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stupid Wordpress Tricks &#187; Getting Table-Like Effects Using CSS</title>
		<link>http://friendlybit.com/css/emulating-tables-automatic-width/#comment-598</link>
		<dc:creator>Stupid Wordpress Tricks &#187; Getting Table-Like Effects Using CSS</dc:creator>
		<pubDate>Tue, 09 May 2006 16:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/emulating-tables-automatic-width/#comment-598</guid>
		<description>[...] &#8220;Moving from tables to layouts based on CSS is a tough move for many&#8221;, according to friendlybit.com.To help with the conversion, they came up with this tutorial on how to get table-like effects with CSS. [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8220;Moving from tables to layouts based on CSS is a tough move for many&#8221;, according to friendlybit.com.To help with the conversion, they came up with this tutorial on how to get table-like effects with CSS. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Taylor</title>
		<link>http://friendlybit.com/css/emulating-tables-automatic-width/#comment-594</link>
		<dc:creator>Adam Taylor</dc:creator>
		<pubDate>Tue, 09 May 2006 10:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/emulating-tables-automatic-width/#comment-594</guid>
		<description>Just a further clarification on IE and !important:

IE only ignores !important if there's another declaration in the same {} for the same property. So your example is fine and cool, but in general !important &lt;em&gt;will&lt;/em&gt; work with IE.</description>
		<content:encoded><![CDATA[<p>Just a further clarification on IE and !important:</p>
<p>IE only ignores !important if there&#8217;s another declaration in the same {} for the same property. So your example is fine and cool, but in general !important <em>will</em> work with IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emulating tables: Automatic width &#183; Style Grind</title>
		<link>http://friendlybit.com/css/emulating-tables-automatic-width/#comment-585</link>
		<dc:creator>Emulating tables: Automatic width &#183; Style Grind</dc:creator>
		<pubDate>Mon, 08 May 2006 21:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/emulating-tables-automatic-width/#comment-585</guid>
		<description>[...] Moving from tables to layouts based on CSS is a tough move for many. Things don’t behave the way they use to and some effects are much harder to do with CSS. This article is about one of the tricks you might want when trying to get table-like effects using CSS: the dynamic width column, where you let the width be decided by an image. [...]</description>
		<content:encoded><![CDATA[<p>[...] Moving from tables to layouts based on CSS is a tough move for many. Things don’t behave the way they use to and some effects are much harder to do with CSS. This article is about one of the tricks you might want when trying to get table-like effects using CSS: the dynamic width column, where you let the width be decided by an image. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rowan Lewis</title>
		<link>http://friendlybit.com/css/emulating-tables-automatic-width/#comment-570</link>
		<dc:creator>Rowan Lewis</dc:creator>
		<pubDate>Sun, 07 May 2006 11:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/emulating-tables-automatic-width/#comment-570</guid>
		<description>Its a good trick, not even a hack ;)</description>
		<content:encoded><![CDATA[<p>Its a good trick, not even a hack ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Stenström</title>
		<link>http://friendlybit.com/css/emulating-tables-automatic-width/#comment-569</link>
		<dc:creator>Emil Stenström</dc:creator>
		<pubDate>Sun, 07 May 2006 10:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/emulating-tables-automatic-width/#comment-569</guid>
		<description>@Rowan: Good idea, I updated the example with your suggestion. Thanks!</description>
		<content:encoded><![CDATA[<p>@Rowan: Good idea, I updated the example with your suggestion. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rowan Lewis</title>
		<link>http://friendlybit.com/css/emulating-tables-automatic-width/#comment-567</link>
		<dc:creator>Rowan Lewis</dc:creator>
		<pubDate>Sun, 07 May 2006 01:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/emulating-tables-automatic-width/#comment-567</guid>
		<description>Good article, nice to see people still finding new tricks!

One thing, have you tried:
height : auto !important: height : 1%;</description>
		<content:encoded><![CDATA[<p>Good article, nice to see people still finding new tricks!</p>
<p>One thing, have you tried:<br />
height : auto !important: height : 1%;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
