<?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: The ultimate guide to CSS-based column layouts</title>
	<atom:link href="http://www.robertnyman.com/2005/05/19/the-ultimate-guide-to-css-based-column-layouts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertnyman.com/2005/05/19/the-ultimate-guide-to-css-based-column-layouts/</link>
	<description>Web development and Internet trends</description>
	<pubDate>Tue, 07 Oct 2008 10:07:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2005/05/19/the-ultimate-guide-to-css-based-column-layouts/#comment-347</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 19 May 2005 14:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/05/19/the-ultimate-guide-to-css-based-column-layouts/#comment-347</guid>
		<description>Jeroen,

Bedankt (thank you)! 
I hope it will come in handy!  :-)</description>
		<content:encoded><![CDATA[<p>Jeroen,</p>
<p>Bedankt (thank you)!<br />
I hope it will come in handy!  <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen Mulder</title>
		<link>http://www.robertnyman.com/2005/05/19/the-ultimate-guide-to-css-based-column-layouts/#comment-346</link>
		<dc:creator>Jeroen Mulder</dc:creator>
		<pubDate>Thu, 19 May 2005 14:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/05/19/the-ultimate-guide-to-css-based-column-layouts/#comment-346</guid>
		<description>Brilliant! Another one to go into my bookmarks :)</description>
		<content:encoded><![CDATA[<p>Brilliant! Another one to go into my bookmarks <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2005/05/19/the-ultimate-guide-to-css-based-column-layouts/#comment-338</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 19 May 2005 08:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/05/19/the-ultimate-guide-to-css-based-column-layouts/#comment-338</guid>
		<description>Thank you!

That's (pretty) easy. Just use &lt;code&gt;position:fixed; bottom:0;&lt;/code&gt; for all standards-compliant web browsers, and the &lt;a href="http://robertnyman.com/roblab/css.htm" rel="nofollow"&gt;expression fix&lt;/a&gt; for Internet Explorer.

However, then you'd probably want to set the height of the body and play around with that. And that's all the information you'll get now!  :-)</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
<p>That&#8217;s (pretty) easy. Just use <code>position:fixed; bottom:0;</code> for all standards-compliant web browsers, and the <a href="http://robertnyman.com/roblab/css.htm" rel="nofollow">expression fix</a> for Internet Explorer.</p>
<p>However, then you&#8217;d probably want to set the height of the body and play around with that. And that&#8217;s all the information you&#8217;ll get now!  <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Box</title>
		<link>http://www.robertnyman.com/2005/05/19/the-ultimate-guide-to-css-based-column-layouts/#comment-336</link>
		<dc:creator>Box</dc:creator>
		<pubDate>Thu, 19 May 2005 07:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/05/19/the-ultimate-guide-to-css-based-column-layouts/#comment-336</guid>
		<description>Nice one!

Good to see some examples of the column heaven (or hell).

I would like to see an example of the header, three col and footer layout, with the footer valign to the bottom of the page. There is so many solutions for this out there, but i would like to see your solution for it also.</description>
		<content:encoded><![CDATA[<p>Nice one!</p>
<p>Good to see some examples of the column heaven (or hell).</p>
<p>I would like to see an example of the header, three col and footer layout, with the footer valign to the bottom of the page. There is so many solutions for this out there, but i would like to see your solution for it also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2005/05/19/the-ultimate-guide-to-css-based-column-layouts/#comment-335</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 19 May 2005 07:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/05/19/the-ultimate-guide-to-css-based-column-layouts/#comment-335</guid>
		<description>Thank you!  :-)

I would also really like somtehing similar to a same-height-as functionality.

Using &lt;code&gt;line-height&lt;/code&gt; and &lt;code&gt;vertical-align&lt;/code&gt; for the applicable elements usually does the trick, but you need to be experienced in CSS to handle all different kinds of situations. It's no child's play writing interface code!  :-)</description>
		<content:encoded><![CDATA[<p>Thank you!  <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I would also really like somtehing similar to a same-height-as functionality.</p>
<p>Using <code>line-height</code> and <code>vertical-align</code> for the applicable elements usually does the trick, but you need to be experienced in <acronym title="Cascading Style Sheets">CSS</acronym> to handle all different kinds of situations. It&#8217;s no child&#8217;s play writing interface code!  <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.robertnyman.com/2005/05/19/the-ultimate-guide-to-css-based-column-layouts/#comment-333</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Thu, 19 May 2005 07:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/05/19/the-ultimate-guide-to-css-based-column-layouts/#comment-333</guid>
		<description>Go Robert, go Robert.. :) 

I really would like to have css features like "same-height-as: #divid" or something :) 

The tricky stuff with this from my 2 days experince as a div-column-ui-developer is to position things on the same "rows" and get them to stay there when the content is dynamic (e.g. the size varies from 10 chars to 250-400 chars). But there is always the nice table element, to save your day ;)

Why can't Web-UI development be as predictable as C# development =)</description>
		<content:encoded><![CDATA[<p>Go Robert, go Robert.. <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I really would like to have <acronym title="Cascading Style Sheets">CSS</acronym> features like &#8220;same-height-as: #divid&#8221; or something <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The tricky stuff with this from my 2 days experince as a div-column-ui-developer is to position things on the same &#8220;rows&#8221; and get them to stay there when the content is dynamic (e.g. the size varies from 10 chars to 250-400 chars). But there is always the nice table element, to save your day <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Why can&#8217;t Web-UI development be as predictable as C# development =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
