<?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 srolling table with fixed header</title>
	<atom:link href="http://www.thought-after.com/2006/12/css-srolling-table-with-fixed-header/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thought-after.com/2006/12/css-srolling-table-with-fixed-header/</link>
	<description>Web development and geeky stuff by Lafinboy</description>
	<lastBuildDate>Tue, 31 Aug 2010 07:54:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: David Levin</title>
		<link>http://www.thought-after.com/2006/12/css-srolling-table-with-fixed-header/#comment-169</link>
		<dc:creator>David Levin</dc:creator>
		<pubDate>Mon, 23 Apr 2007 20:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/12/01/css-srolling-table-with-fixed-header/#comment-169</guid>
		<description>Is there a way to keep the scrollbars within the table? In your example they appear to be outside on IE7.

Thanks</description>
		<content:encoded><![CDATA[<p>Is there a way to keep the scrollbars within the table? In your example they appear to be outside on IE7.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mateen</title>
		<link>http://www.thought-after.com/2006/12/css-srolling-table-with-fixed-header/#comment-168</link>
		<dc:creator>Mateen</dc:creator>
		<pubDate>Thu, 08 Feb 2007 12:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thought-after.com/2006/12/01/css-srolling-table-with-fixed-header/#comment-168</guid>
		<description>.tableContainer tfoot tr {

	position: absolute;	/* throws the footer out of the table */
	top: 264px;
	left: 0px;

	}

with the above style of tfoot, when one adds another row in tfoot, it appears onto the previous one. Any one having idea about the this? I think its position should be relative and something this kind. Also it should not be absolute bcz when there will be less data in table body, it will stay there and there will be gap between data and footer. Any ideas plz?</description>
		<content:encoded><![CDATA[<p>.tableContainer tfoot tr {</p>
<p>	position: absolute;	/* throws the footer out of the table */<br />
	top: 264px;<br />
	left: 0px;</p>
<p>	}</p>
<p>with the above style of tfoot, when one adds another row in tfoot, it appears onto the previous one. Any one having idea about the this? I think its position should be relative and something this kind. Also it should not be absolute bcz when there will be less data in table body, it will stay there and there will be gap between data and footer. Any ideas plz?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
