<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Advanced CSS Design Resources - last-child.com &#187; Table Body</title>
	<atom:link href="http://www.last-child.com/category/html-elements/table-body/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.last-child.com</link>
	<description>CSS Toys for Professional Web Developers</description>
	<lastBuildDate>Thu, 08 Jul 2010 16:59:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Creating a table that scrolls with a fixed header and footer</title>
		<link>http://www.last-child.com/creating-a-table-that-scrolls-with-a-fixed-header-and-footer/</link>
		<comments>http://www.last-child.com/creating-a-table-that-scrolls-with-a-fixed-header-and-footer/#comments</comments>
		<pubDate>Sun, 26 Feb 2006 01:14:36 +0000</pubDate>
		<dc:creator>Ted</dc:creator>
				<category><![CDATA[:fixed]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[Table Body]]></category>
		<category><![CDATA[Table Head]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[position]]></category>

		<guid isPermaLink="false">http://www.last-child.com/creating-a-table-that-scrolls-with-a-fixed-header-and-footer/</guid>
		<description><![CDATA[I had a challenge today to create a table with a fixed header and foot. My first reaction was… oh no…. I pictured all sorts of hacks to make it work. I tried position: fixed, I tried extra divs, I tried this, I tried that, I even prayed to the Venus of Willendorf statue on [...]]]></description>
			<content:encoded><![CDATA[<p>I had a challenge today to create a table with a fixed header and foot. My first reaction was… oh no…. I pictured all sorts of hacks to make it work.  I tried position: fixed, I tried extra divs, I tried this, I tried that, I even prayed to the <a href="http://en.wikipedia.org/wiki/Venus_of_Willendorf">Venus of Willendorf </a>statue on my desk for a solution. When all else failed, I turned to the best resource for standards-based programming, my mother.  Above the din of the Jerry Springer show on television, she yelled “What the hell do I know about tables?”</p>
<p>With Mom and my Venus drawing blanks, it was time to hit the <a href="http://webstandardsgroup.org/">message boards</a>, the <a href="http://www.tdrake.net/standards-based-web-development-resources-made-even-easier/">Standardista</a> search, and Yahoo! Fortunately, <a href="http://www.lafinboy.com">Scott Swabey </a> found this really cool approach: <a href="http://web.tampabay.rr.com/bmerkey/examples/nonscroll-table-header2.html">Fixed, Non-Scrolling Table Header and Footer</a> by Brett Merkey.</p>
<h3>Thinking Outside the Box</h3>
<p>It’s pretty simple. Place the table in a div with overflow:auto. Then use absolute positioning to move the thead and tfoot outside the div. Voila, scrolling body with the thead and tfoot static.</p>
<p>Now, I can sleep happily knowing that the table can scroll, the venus has made me pregnant, and my mom was able to finish watching “I slept with my brother’s teacher’s husband!”</p>
<p>&#8211; This was originally published on <a xhref="http://www.tdrake.net" rel="bookmark">www.tdrake.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.last-child.com/creating-a-table-that-scrolls-with-a-fixed-header-and-footer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
