<?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: CSS 3 column layout &#8211; the holy grail!?</title>
	<atom:link href="http://www.killersites.com/blog/2006/css-3-column-layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.killersites.com/blog/2006/css-3-column-layout/</link>
	<description>Real world talk about web design, programming and the business of web design.</description>
	<lastBuildDate>Fri, 13 Nov 2009 17:25:16 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stefan Mischook</title>
		<link>http://www.killersites.com/blog/2006/css-3-column-layout/comment-page-1/#comment-155785</link>
		<dc:creator>Stefan Mischook</dc:creator>
		<pubDate>Wed, 14 May 2008 15:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.killersites.com/blog/?p=63#comment-155785</guid>
		<description>It&#039;s all about the audience that you want to reach. Yes, you can ignore the IE crowd and thus ignore about 60-70% of the traffic for most websites. It&#039;s your choice.

You can use tables and have it work in all browsers but then you may have trouble with some hand held devices and if you want to change the structure of your pages you will have more work than otherwise. 

That said, I think this argument is overstated because it is rare indeed that websites change their structure so fundamentally.

All this is moot these days: there are plenty of free to use CSS based web templates that solve the layout problems for you. 

... That is to say that you DON&#039;T need to use tables for page-level layout anymore.

Stefan</description>
		<content:encoded><![CDATA[<p>It&#8217;s all about the audience that you want to reach. Yes, you can ignore the IE crowd and thus ignore about 60-70% of the traffic for most websites. It&#8217;s your choice.</p>
<p>You can use tables and have it work in all browsers but then you may have trouble with some hand held devices and if you want to change the structure of your pages you will have more work than otherwise. </p>
<p>That said, I think this argument is overstated because it is rare indeed that websites change their structure so fundamentally.</p>
<p>All this is moot these days: there are plenty of free to use CSS based web templates that solve the layout problems for you. </p>
<p>&#8230; That is to say that you DON&#8217;T need to use tables for page-level layout anymore.</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trond Torkildsen</title>
		<link>http://www.killersites.com/blog/2006/css-3-column-layout/comment-page-1/#comment-155716</link>
		<dc:creator>Trond Torkildsen</dc:creator>
		<pubDate>Wed, 14 May 2008 07:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.killersites.com/blog/?p=63#comment-155716</guid>
		<description>Tables and hacks, what’s the difference?
Using hack with CSS to make it work smoothly is not an ideal solution for sure.
Normally the questions for hacks come when the web-site doesn’t come out good in IE.
And the reason for this is Microsoft’s unwillingness to follow standards and of course users who du not keep their browsers up to date.
So what is the solution to this, apart from don’t care about stupid IE users with old insecure browser? Well on way is using tables. In my opinion this is also a kind of hack and no better than the “real” hacks used with CSS.
Using tables may solve some browser troubles, just like other hacks, but it will surly create new troubles when the need for change come sooner or later.
A “keep it simple” approach when it comes to layout will in many cases create the best user interface and make hacks and tables unnecessary. 
And why should every web page run smoothly in prehistorically browsers or even in new browsers not up to the main standards?</description>
		<content:encoded><![CDATA[<p>Tables and hacks, what’s the difference?<br />
Using hack with CSS to make it work smoothly is not an ideal solution for sure.<br />
Normally the questions for hacks come when the web-site doesn’t come out good in IE.<br />
And the reason for this is Microsoft’s unwillingness to follow standards and of course users who du not keep their browsers up to date.<br />
So what is the solution to this, apart from don’t care about stupid IE users with old insecure browser? Well on way is using tables. In my opinion this is also a kind of hack and no better than the “real” hacks used with CSS.<br />
Using tables may solve some browser troubles, just like other hacks, but it will surly create new troubles when the need for change come sooner or later.<br />
A “keep it simple” approach when it comes to layout will in many cases create the best user interface and make hacks and tables unnecessary.<br />
And why should every web page run smoothly in prehistorically browsers or even in new browsers not up to the main standards?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Wassall</title>
		<link>http://www.killersites.com/blog/2006/css-3-column-layout/comment-page-1/#comment-140748</link>
		<dc:creator>Christopher Wassall</dc:creator>
		<pubDate>Tue, 01 Apr 2008 18:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.killersites.com/blog/?p=63#comment-140748</guid>
		<description>A little late, but still...

This has been a problem for a long time now and it won&#039;t be getting better any time soon; as long as people are still using browsers as old as IE5 (not many, but they are out there), hacks, conditionals (better hacks) or tables are the only options, at least for commercial sites.

But then there was a good point raised by oldog about usability, which takes tables back off the list. New browsers are forcing us to write new hacks, too. This is a bad situation to be in!</description>
		<content:encoded><![CDATA[<p>A little late, but still&#8230;</p>
<p>This has been a problem for a long time now and it won&#8217;t be getting better any time soon; as long as people are still using browsers as old as IE5 (not many, but they are out there), hacks, conditionals (better hacks) or tables are the only options, at least for commercial sites.</p>
<p>But then there was a good point raised by oldog about usability, which takes tables back off the list. New browsers are forcing us to write new hacks, too. This is a bad situation to be in!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Mischook</title>
		<link>http://www.killersites.com/blog/2006/css-3-column-layout/comment-page-1/#comment-109957</link>
		<dc:creator>Stefan Mischook</dc:creator>
		<pubDate>Mon, 26 Nov 2007 18:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.killersites.com/blog/?p=63#comment-109957</guid>
		<description>Hi Kat,

Try using IE conditional comments:

http://www.killersites.com/blog/2006/ie-conditional-comments-video/

This will allow you to make the required changes to your layout (for IE 7) without affecting other browsers.

Stefan</description>
		<content:encoded><![CDATA[<p>Hi Kat,</p>
<p>Try using IE conditional comments:</p>
<p><a href="http://www.killersites.com/blog/2006/ie-conditional-comments-video/" rel="nofollow">http://www.killersites.com/blog/2006/ie-conditional-comments-video/</a></p>
<p>This will allow you to make the required changes to your layout (for IE 7) without affecting other browsers.</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webmistress M/K</title>
		<link>http://www.killersites.com/blog/2006/css-3-column-layout/comment-page-1/#comment-109955</link>
		<dc:creator>Webmistress M/K</dc:creator>
		<pubDate>Mon, 26 Nov 2007 18:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.killersites.com/blog/?p=63#comment-109955</guid>
		<description>I too am in this quandry.  It seems that everything in my css styles look fine......except in IE7.  I hate the idea of using HTML tables, but it seems that I do not possess much of a choice, especially given that I have images that must fit in the right and left columsn with a width that is not my choice to decide.

Kat</description>
		<content:encoded><![CDATA[<p>I too am in this quandry.  It seems that everything in my css styles look fine&#8230;&#8230;except in IE7.  I hate the idea of using HTML tables, but it seems that I do not possess much of a choice, especially given that I have images that must fit in the right and left columsn with a width that is not my choice to decide.</p>
<p>Kat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pony2u</title>
		<link>http://www.killersites.com/blog/2006/css-3-column-layout/comment-page-1/#comment-90095</link>
		<dc:creator>Pony2u</dc:creator>
		<pubDate>Thu, 06 Sep 2007 21:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.killersites.com/blog/?p=63#comment-90095</guid>
		<description>I am using the Holy Grail as put out by Alistapart.com. My problem is, that when I use anchor tags to reference with in the same page once the anchor scrolls down, the content above it goes away and I can&#039;t scroll back up? Now if I anchor back to the top of the page it&#039;s fine, but since there are several areas where I used anchors that would be kind of redundant! Can anyone offer any help?</description>
		<content:encoded><![CDATA[<p>I am using the Holy Grail as put out by Alistapart.com. My problem is, that when I use anchor tags to reference with in the same page once the anchor scrolls down, the content above it goes away and I can&#8217;t scroll back up? Now if I anchor back to the top of the page it&#8217;s fine, but since there are several areas where I used anchors that would be kind of redundant! Can anyone offer any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oldog</title>
		<link>http://www.killersites.com/blog/2006/css-3-column-layout/comment-page-1/#comment-52462</link>
		<dc:creator>oldog</dc:creator>
		<pubDate>Wed, 25 Apr 2007 19:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.killersites.com/blog/?p=63#comment-52462</guid>
		<description>I hear a lot of talk about design and function and standards, but I haven&#039;t seen anybody mention useability.
I work with the disabled population everyday and nothing annoys me more than information that is inaccessible for everyone.
Standards, while you can groan and complain, are there for this purpose as well, not to make a webdesigner&#039;s life easier (honestly, get over yourself!).
Next time you want to impress someone with an intricate table layout, try asking a blind person using a screen reader to test it for you.
CSS, while it&#039;s not perfect, does what it&#039;s supposed to do, separates structure from content and it does it for a reason.</description>
		<content:encoded><![CDATA[<p>I hear a lot of talk about design and function and standards, but I haven&#8217;t seen anybody mention useability.<br />
I work with the disabled population everyday and nothing annoys me more than information that is inaccessible for everyone.<br />
Standards, while you can groan and complain, are there for this purpose as well, not to make a webdesigner&#8217;s life easier (honestly, get over yourself!).<br />
Next time you want to impress someone with an intricate table layout, try asking a blind person using a screen reader to test it for you.<br />
CSS, while it&#8217;s not perfect, does what it&#8217;s supposed to do, separates structure from content and it does it for a reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Mischook</title>
		<link>http://www.killersites.com/blog/2006/css-3-column-layout/comment-page-1/#comment-31266</link>
		<dc:creator>Stefan Mischook</dc:creator>
		<pubDate>Sat, 24 Feb 2007 04:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.killersites.com/blog/?p=63#comment-31266</guid>
		<description>Shawn,

Thanks for the positive remarks regarding the book, but alas, I did not write the book. You&#039;re thinking of David ... I&#039;m Stef. 

I took over killersites.com several years ago and all the content on the site is my own.

About CSS:

I thinking that table based design is not required these days. Still, my complaints about CSS hacks and the fact that CSS has a lousy model for page-level layout still stands.

CIAO

Stefan</description>
		<content:encoded><![CDATA[<p>Shawn,</p>
<p>Thanks for the positive remarks regarding the book, but alas, I did not write the book. You&#8217;re thinking of David &#8230; I&#8217;m Stef. </p>
<p>I took over killersites.com several years ago and all the content on the site is my own.</p>
<p>About CSS:</p>
<p>I thinking that table based design is not required these days. Still, my complaints about CSS hacks and the fact that CSS has a lousy model for page-level layout still stands.</p>
<p>CIAO</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.killersites.com/blog/2006/css-3-column-layout/comment-page-1/#comment-31258</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Sat, 24 Feb 2007 03:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.killersites.com/blog/?p=63#comment-31258</guid>
		<description>As a &quot;old guy going back to school&quot; in &#039;99, one of my classes was on web design and your book, Killer Web Sites, was required reading. Read it from cover to cover many times with my new found love for building web sites. HTML and tables... had it all down to a t, fixed, liquid and all, even down to *gasp* Netscape 4. Along comes CSS and wow, now I can move my data at will, layer graphical elements without worry, add content much quicker than breaking items into td&#039;s and tr&#039;s, colspan&#039;s, etc. Now, I didn&#039;t jump right to CSS, because tables were pretty solid, once you learned the ins and outs... but, it&#039;s the same for CSS. Once you know what to avoid, there is a lot to be gained. I understand the programming side, and such, but from a graphic web designer, CSS is by far the choice for me. Just thought I&#039;d throw my two cents in... And thanks for the guidance early on in my career. Your book is still recommended reading in my mind.</description>
		<content:encoded><![CDATA[<p>As a &#8220;old guy going back to school&#8221; in &#8216;99, one of my classes was on web design and your book, Killer Web Sites, was required reading. Read it from cover to cover many times with my new found love for building web sites. HTML and tables&#8230; had it all down to a t, fixed, liquid and all, even down to *gasp* Netscape 4. Along comes CSS and wow, now I can move my data at will, layer graphical elements without worry, add content much quicker than breaking items into td&#8217;s and tr&#8217;s, colspan&#8217;s, etc. Now, I didn&#8217;t jump right to CSS, because tables were pretty solid, once you learned the ins and outs&#8230; but, it&#8217;s the same for CSS. Once you know what to avoid, there is a lot to be gained. I understand the programming side, and such, but from a graphic web designer, CSS is by far the choice for me. Just thought I&#8217;d throw my two cents in&#8230; And thanks for the guidance early on in my career. Your book is still recommended reading in my mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Mischook</title>
		<link>http://www.killersites.com/blog/2006/css-3-column-layout/comment-page-1/#comment-15628</link>
		<dc:creator>Stefan Mischook</dc:creator>
		<pubDate>Wed, 17 Jan 2007 16:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.killersites.com/blog/?p=63#comment-15628</guid>
		<description>Yes,

I put together a web site template site at: 

http://www.webshapes.org

.. Therein you will find a bunch of css templates with no hacks.</description>
		<content:encoded><![CDATA[<p>Yes,</p>
<p>I put together a web site template site at: </p>
<p><a href="http://www.webshapes.org" rel="nofollow">http://www.webshapes.org</a></p>
<p>.. Therein you will find a bunch of css templates with no hacks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
