<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Tutorial for CSS table layout?</title>
	<link>http://ask.metafilter.com/21517/Tutorial-for-CSS-table-layout/</link>
	<description>Comments on Ask MetaFilter post Tutorial for CSS table layout?</description>
	<pubDate>Thu, 21 Jul 2005 07:45:14 -0800</pubDate>
	<lastBuildDate>Thu, 21 Jul 2005 07:45:14 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Tutorial for CSS table layout?</title>
		<link>http://ask.metafilter.com/21517/Tutorial-for-CSS-table-layout</link>	
		<description>What&apos;s the best way to migrate HTML tables to CSS? &lt;br /&gt;&lt;br /&gt; My HTML layout skills are decidedly old school. I understand and use CSS for text formatting, but I don&apos;t use it for positioning. To allow some large, table-heavy HTML reports to render more quickly (and, hopefully, progressively), I&apos;d like to switch to a CSS-based system. So, a couple questions...&lt;br&gt;
&lt;br&gt;
- Is there a decent tutorial online for this?&lt;br&gt;
&lt;br&gt;
- Have all the cross-browser implementation issues that kept me away from this initially been resolved? I&apos;m not keen on maintaining separate code bases.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.21517</guid>
		<pubDate>Thu, 21 Jul 2005 07:37:08 -0800</pubDate>
		<dc:creator>mkultra</dc:creator>
		
			<category>HTML</category>
		
			<category>CSS</category>
		
	</item> <item>
		<title>By: odinsdream</title>
		<link>http://ask.metafilter.com/21517/Tutorial-for-CSS-table-layout#347341</link>	
		<description>For a nice dictionary-style look at what you can do with CSS, as well as what the browser peculiarities are for each version, try &lt;a href=&quot;http://www.blooberry.com/indexdot/css&quot;&gt;blooberry&lt;/a&gt;. There&apos;s also an HTML reference at the same site.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21517-347341</guid>
		<pubDate>Thu, 21 Jul 2005 07:45:14 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
	</item><item>
		<title>By: cerebus19</title>
		<link>http://ask.metafilter.com/21517/Tutorial-for-CSS-table-layout#347342</link>	
		<description>&lt;a href=&quot;http://www.keithjbrown.co.uk/vworks/design/design_2.shtml&quot;&gt;Here&lt;/a&gt;&apos;s an excellent online tutorial.&lt;br&gt;
&lt;br&gt;
If you do your homework beforehand, you can write CSS that will work fine in all the current major browsers.  If you want it to regress nicely for really old browsers, that&apos;s harder but still possible.  In any event, you don&apos;t have to maintain separate code bases, although your reports may not look quite as spiffy in one browser as they do in another.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21517-347342</guid>
		<pubDate>Thu, 21 Jul 2005 07:45:25 -0800</pubDate>
		<dc:creator>cerebus19</dc:creator>
	</item><item>
		<title>By: gsteff</title>
		<link>http://ask.metafilter.com/21517/Tutorial-for-CSS-table-layout#347349</link>	
		<description>One thing that will make it much easier: &lt;a href=&quot;http://dean.edwards.name/IE7/&quot;&gt;use IE7&lt;/a&gt;. It adds much better CSS support to internet explorer, and fixes several of IE&apos;s more prominent rendering bugs.  It&apos;s a miracle for cross-platform compatibility, and allows you to write significantly cleaner HTML, if you&apos;re willing to really use its features.&lt;br&gt;
&lt;br&gt;
Also, make sure that you&apos;re rendering in &quot;strict&quot; mode on IE (you activate this by including a doctype in your page).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21517-347349</guid>
		<pubDate>Thu, 21 Jul 2005 08:02:35 -0800</pubDate>
		<dc:creator>gsteff</dc:creator>
	</item><item>
		<title>By: derbs</title>
		<link>http://ask.metafilter.com/21517/Tutorial-for-CSS-table-layout#347362</link>	
		<description>Cross browser issues: these have certainly have not been resolved, and won&apos;t be in the near future. You will have to learn a multitude of hacks and workarounds, and even then you will never be able to achieve the pixel-perfect designs of a complex table-based layout.&lt;br&gt;
&lt;br&gt;
I personally use a hybrid of table/css; tables for the very basic structure and then CSS for all the layout inside this.&lt;br&gt;
&lt;br&gt;
Be prepared for a lot of frustration!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21517-347362</guid>
		<pubDate>Thu, 21 Jul 2005 08:15:38 -0800</pubDate>
		<dc:creator>derbs</dc:creator>
	</item><item>
		<title>By: webmeta</title>
		<link>http://ask.metafilter.com/21517/Tutorial-for-CSS-table-layout#347389</link>	
		<description>First learn to make quick &lt;a href=&quot;http://pchere.blogspot.com/2005/02/css-quick-tip-put-it-in-box.html&quot;&gt;css boxes&lt;/a&gt;, then apply to multiple &lt;a href=&quot;http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html&quot;&gt;little boxes&lt;/a&gt; for amazing css  table layouts</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21517-347389</guid>
		<pubDate>Thu, 21 Jul 2005 09:03:27 -0800</pubDate>
		<dc:creator>webmeta</dc:creator>
	</item><item>
		<title>By: Alex Handcoding</title>
		<link>http://ask.metafilter.com/21517/Tutorial-for-CSS-table-layout#347404</link>	
		<description>While CSS is worthwhile for page layout (and presentation in general), tables are still appropriate for tabular data (which it sounds like you have for these reports). I would, however, recommend &lt;a href=&quot;http://www.usability.com.au/resources/tables.cfm&quot;&gt;well-formed tables for accessibility&lt;/a&gt; (such as for users with screen readers).&lt;br&gt;
&lt;br&gt;
As for CSS-based layouts, floated elments are probably your best bet there (the alterantive is absolutely positioned elements, but you could end up painting yourself into a corner with elements overlapping one another). Along those, lines &quot;&lt;a href=&quot;http://css.maxdesign.com.au/floatutorial/&quot;&gt;Floatutorial&lt;/a&gt;&quot; is an excellent tutorial on floated elements, including float-based layouts.&lt;br&gt;
&lt;br&gt;
And, while not all browsers are compliant to the spec, they act close enough to the point where you can generally have a single code base with perhaps a few one-off workarounds/&lt;a href=&quot;http://css-discuss.incutio.com/?page=CssHack&quot;&gt;hacks&lt;/a&gt; within the CSS.&lt;br&gt;
&lt;br&gt;
Lastly, you may find the &lt;a href=&quot;http://css-discuss.incutio.com/?page=CssDiscussList&quot;&gt;CSS-discuss mailing list&lt;/a&gt; (and its &lt;a href=&quot;http://css-discuss.incutio.com/&quot;&gt;corresponding wiki&lt;/a&gt;) helpful as well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21517-347404</guid>
		<pubDate>Thu, 21 Jul 2005 09:24:51 -0800</pubDate>
		<dc:creator>Alex Handcoding</dc:creator>
	</item><item>
		<title>By: kirkaracha</title>
		<link>http://ask.metafilter.com/21517/Tutorial-for-CSS-table-layout#347439</link>	
		<description>You want to have your pages render more quickly and progressively. In some browsers, tables don&apos;t display until everything inside them has downloaded, so that&apos;s an immediate improvement with CSS.&lt;br&gt;
&lt;br&gt;
I recommend developing and testing in browsers with good CSS support first, then applying fixes for Internet Explorer.&lt;br&gt;
&lt;br&gt;
The &lt;a href=&quot;http://www.inknoise.com/experimental/layoutomatic.php&quot;&gt;Layout-o-Matic&lt;/a&gt; generates the basic framework for CSS layouts. &lt;a href=&quot;http://css.maxdesign.com.au/listamatic/&quot;&gt;Listamatic&lt;/a&gt; (by the same people who made Floatutorial) has tons of options for using CSS and lists for navigation. &lt;a href=&quot;http://webdesign.about.com/cs/css/qt/tipcssmargins.htm&quot;&gt;Zeroing out&lt;/a&gt; margins, paddings, and borders at the top of your style sheet reduces a lot of cross-browser issues. The &lt;a href=&quot;http://www.csszengarden.com/&quot;&gt;CSS Zen Garden&apos;s&lt;/a&gt; impressive CSS-only layouts show the possibilities.&lt;br&gt;
&lt;br&gt;
&lt;q&gt;&lt;i&gt; You will have to learn a multitude of hacks and workarounds&lt;/i&gt;&lt;/q&gt;&lt;br&gt;
&lt;br&gt;
Please. Like there aren&apos;t hacks and workarounds with tables. Oh, there has to be a non-breaking space in an empty cell or it won&apos;t display properly in some browsers. Oh, the white space formatting of the HTML code affects the display in some browsers. Oh, I can leave off the closing tags in some browsers but not in others.&lt;br&gt;
&lt;br&gt;
Most people who advocate sticking with tables have internalized all the required hacks and workarounds and have forgotten the pain of learning them.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21517-347439</guid>
		<pubDate>Thu, 21 Jul 2005 10:12:06 -0800</pubDate>
		<dc:creator>kirkaracha</dc:creator>
	</item><item>
		<title>By: kirkaracha</title>
		<link>http://ask.metafilter.com/21517/Tutorial-for-CSS-table-layout#347455</link>	
		<description>Also, &lt;a href=&quot;http://www.positioniseverything.net/easyclearing.html&quot;&gt;a handy tip&lt;/a&gt; for clearing floats, &lt;a href=&quot;http://builder.com.com/5100-6371-5244791.html&quot;&gt;using CSS for tables&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21517-347455</guid>
		<pubDate>Thu, 21 Jul 2005 10:27:06 -0800</pubDate>
		<dc:creator>kirkaracha</dc:creator>
	</item><item>
		<title>By: Slothrop</title>
		<link>http://ask.metafilter.com/21517/Tutorial-for-CSS-table-layout#347501</link>	
		<description>As someone who started working on the Web in 1999, came from a design background and is now developing a 125+ page site with only CSS layout, I heartily suggest CSS. I think the biggest mind switch for me was to NOT worry about having precision and perfect matching between the browsers. You can write light effective CSS without much trouble that will look the same everywhere (or within a close enough tolerance). I found over the years that if I was applying too many hacks that I should really just rethink the design of the visuals / structure of the code (and again, this is coming from a graphic designer)...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21517-347501</guid>
		<pubDate>Thu, 21 Jul 2005 11:19:32 -0800</pubDate>
		<dc:creator>Slothrop</dc:creator>
	</item><item>
		<title>By: kirkaracha</title>
		<link>http://ask.metafilter.com/21517/Tutorial-for-CSS-table-layout#347581</link>	
		<description>Max Design (Floatutorial and Listamatic) also have &lt;a href=&quot;http://www.maxdesign.com.au/presentation/wentworth/&quot;&gt;two&lt;/a&gt; &lt;a href=&quot;http://www.maxdesign.com.au/presentation/process/&quot;&gt;tutorials&lt;/a&gt; that walk you through setting up a CSS-based template. Both are excellent.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mardiros.net/liquid-css-layouts.html&quot;&gt;Step-by-step guide&lt;/a&gt; to converting a tables-based site to liquid CSS layout.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21517-347581</guid>
		<pubDate>Thu, 21 Jul 2005 12:47:09 -0800</pubDate>
		<dc:creator>kirkaracha</dc:creator>
	</item><item>
		<title>By: ijoshua</title>
		<link>http://ask.metafilter.com/21517/Tutorial-for-CSS-table-layout#347765</link>	
		<description>Buy &lt;cite&gt;&lt;a href=&quot;http://www.ericmeyeroncss.com/&quot;&gt;Eric Meyer on CSS.&lt;/a&gt;&lt;/cite&gt;  Project #1 is converting an existing site.  Meyer is one of the oldest hands in CSS design, having written articles on the subject as early as 1997.  He also wrote &lt;cite&gt;&lt;a href=&quot;http://www.meyerweb.com/eric/books/css-tdg/&quot;&gt;The Definitive Guide.&lt;/a&gt;&lt;/cite&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21517-347765</guid>
		<pubDate>Thu, 21 Jul 2005 16:59:46 -0800</pubDate>
		<dc:creator>ijoshua</dc:creator>
	</item>
	</channel>
</rss>
