<?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: How to Create Table With First Column Frozen?</title>
	<atom:link href="http://www.shrutigupta.com/index.php/2005/12/12/how-to-create-table-with-first-column-frozen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shrutigupta.com/index.php/2005/12/12/how-to-create-table-with-first-column-frozen/</link>
	<description>Shruti writes about topics including meditation, being a mother, recommended books and so on.</description>
	<lastBuildDate>Sat, 28 Jan 2012 01:29:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jo</title>
		<link>http://www.shrutigupta.com/index.php/2005/12/12/how-to-create-table-with-first-column-frozen/comment-page-1/#comment-46397</link>
		<dc:creator>Jo</dc:creator>
		<pubDate>Tue, 01 Sep 2009 08:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.shrutigupta.com/?p=33#comment-46397</guid>
		<description>Hello i have tried the above code but it is not showing me the scroll bar</description>
		<content:encoded><![CDATA[<p>Hello i have tried the above code but it is not showing me the scroll bar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh Babu</title>
		<link>http://www.shrutigupta.com/index.php/2005/12/12/how-to-create-table-with-first-column-frozen/comment-page-1/#comment-41936</link>
		<dc:creator>Suresh Babu</dc:creator>
		<pubDate>Mon, 27 Apr 2009 09:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.shrutigupta.com/?p=33#comment-41936</guid>
		<description>Hi Shruti,

I used your approach of freezing a column in my project. It worked out really well. Now we are facing a small problem when the table data is a check box. If data is a check box then there is a problem in the alignment of the table with its row heading. My table is a dynamic one in which contents gets changes depends on others. So a label can become a check box and check box can become a label depends on the value that is chosen by user. That&#039;s why i can;t use your .long_ht class. Can you please guide me on this?</description>
		<content:encoded><![CDATA[<p>Hi Shruti,</p>
<p>I used your approach of freezing a column in my project. It worked out really well. Now we are facing a small problem when the table data is a check box. If data is a check box then there is a problem in the alignment of the table with its row heading. My table is a dynamic one in which contents gets changes depends on others. So a label can become a check box and check box can become a label depends on the value that is chosen by user. That&#8217;s why i can;t use your .long_ht class. Can you please guide me on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: htmlnovice</title>
		<link>http://www.shrutigupta.com/index.php/2005/12/12/how-to-create-table-with-first-column-frozen/comment-page-1/#comment-41054</link>
		<dc:creator>htmlnovice</dc:creator>
		<pubDate>Wed, 01 Apr 2009 12:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.shrutigupta.com/?p=33#comment-41054</guid>
		<description>&lt;code&gt;







#header
{
      width:790px;
      border-collapse:collapse;
      border: 1px solid #cccccc;
      margin-bottom:1px;
}

#header th
{
      padding:5px;
      text-align:left;
      background-color: #e5e5fc;
      border: 1px solid #cccccc;
      font-size: .7em;
}

#header th.colmn2
{
      vertical-align:bottom;
}

#details
{
      height: 106px;
      width:806px;
      border: none;
      overflow: auto;
      overflow-x: hidden;
}

#data
{
      width:790px;
      border-collapse:collapse;
      border: 1px solid #cccccc;
}

#data td
{
      padding:5px;
      border: 1px solid #CCCCCC;
}

.colmn2
{
      width: 25%;
}






      
            AFR FTE DETAILS
      
      
            Budget Account
            FTE Class
            FTE Group
            Requested FTE
      




      
            
            
            
            
      
      
            
            
            
            
      
      
            
            
            
            
      
      
            
            
            
            
      
      
            
            
            
            
      
      
            
            
            

            
      






&lt;/code&gt;

In the above sample code, If u see the header (which is stable) while scrolling, You can see some table data can be viewable above the header row. Can u tell me how to hide that ?</description>
		<content:encoded><![CDATA[<p><code></p>
<p>#header<br />
{<br />
      width:790px;<br />
      border-collapse:collapse;<br />
      border: 1px solid #cccccc;<br />
      margin-bottom:1px;<br />
}</p>
<p>#header th<br />
{<br />
      padding:5px;<br />
      text-align:left;<br />
      background-color: #e5e5fc;<br />
      border: 1px solid #cccccc;<br />
      font-size: .7em;<br />
}</p>
<p>#header th.colmn2<br />
{<br />
      vertical-align:bottom;<br />
}</p>
<p>#details<br />
{<br />
      height: 106px;<br />
      width:806px;<br />
      border: none;<br />
      overflow: auto;<br />
      overflow-x: hidden;<br />
}</p>
<p>#data<br />
{<br />
      width:790px;<br />
      border-collapse:collapse;<br />
      border: 1px solid #cccccc;<br />
}</p>
<p>#data td<br />
{<br />
      padding:5px;<br />
      border: 1px solid #CCCCCC;<br />
}</p>
<p>.colmn2<br />
{<br />
      width: 25%;<br />
}</p>
<p>            AFR FTE DETAILS</p>
<p>            Budget Account<br />
            FTE Class<br />
            FTE Group<br />
            Requested FTE</p>
<p></code></p>
<p>In the above sample code, If u see the header (which is stable) while scrolling, You can see some table data can be viewable above the header row. Can u tell me how to hide that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: N Dash</title>
		<link>http://www.shrutigupta.com/index.php/2005/12/12/how-to-create-table-with-first-column-frozen/comment-page-1/#comment-31766</link>
		<dc:creator>N Dash</dc:creator>
		<pubDate>Sat, 06 Sep 2008 13:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.shrutigupta.com/?p=33#comment-31766</guid>
		<description>I added your web site in my fav. Bcz I learned something.
Regards
 N Dash</description>
		<content:encoded><![CDATA[<p>I added your web site in my fav. Bcz I learned something.<br />
Regards<br />
 N Dash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shruti</title>
		<link>http://www.shrutigupta.com/index.php/2005/12/12/how-to-create-table-with-first-column-frozen/comment-page-1/#comment-21810</link>
		<dc:creator>Shruti</dc:creator>
		<pubDate>Fri, 25 Apr 2008 01:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.shrutigupta.com/?p=33#comment-21810</guid>
		<description>I couldn&#039;t freeze first as well as last column of a table.</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t freeze first as well as last column of a table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sushil</title>
		<link>http://www.shrutigupta.com/index.php/2005/12/12/how-to-create-table-with-first-column-frozen/comment-page-1/#comment-21613</link>
		<dc:creator>Sushil</dc:creator>
		<pubDate>Wed, 23 Apr 2008 20:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.shrutigupta.com/?p=33#comment-21613</guid>
		<description>I need to freeze first as well as last column of a table. Is that possible?</description>
		<content:encoded><![CDATA[<p>I need to freeze first as well as last column of a table. Is that possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samir</title>
		<link>http://www.shrutigupta.com/index.php/2005/12/12/how-to-create-table-with-first-column-frozen/comment-page-1/#comment-11002</link>
		<dc:creator>samir</dc:creator>
		<pubDate>Tue, 14 Aug 2007 07:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.shrutigupta.com/?p=33#comment-11002</guid>
		<description>is there any way I can make the follwing example work in Mozilaa... Please let me know the same, 



http://home.tampabay.rr.com/bmerkey/examples/locked-column-csv.html</description>
		<content:encoded><![CDATA[<p>is there any way I can make the follwing example work in Mozilaa&#8230; Please let me know the same, </p>
<p><a href="http://home.tampabay.rr.com/bmerkey/examples/locked-column-csv.html" rel="nofollow">http://home.tampabay.rr.com/bmerkey/examples/locked-column-csv.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ewoud</title>
		<link>http://www.shrutigupta.com/index.php/2005/12/12/how-to-create-table-with-first-column-frozen/comment-page-1/#comment-8014</link>
		<dc:creator>ewoud</dc:creator>
		<pubDate>Sat, 24 Mar 2007 09:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.shrutigupta.com/?p=33#comment-8014</guid>
		<description>just what I was looking for, thanks !

ps. I had a vertical scrollbar in IE7
so I changed the last css line to:
#table_data {width:400px; overflow-y: auto; overflow-y: hidden;   }
and now it works fine for firefox and IE7 !</description>
		<content:encoded><![CDATA[<p>just what I was looking for, thanks !</p>
<p>ps. I had a vertical scrollbar in IE7<br />
so I changed the last css line to:<br />
#table_data {width:400px; overflow-y: auto; overflow-y: hidden;   }<br />
and now it works fine for firefox and IE7 !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shruti</title>
		<link>http://www.shrutigupta.com/index.php/2005/12/12/how-to-create-table-with-first-column-frozen/comment-page-1/#comment-472</link>
		<dc:creator>Shruti</dc:creator>
		<pubDate>Fri, 05 May 2006 19:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.shrutigupta.com/?p=33#comment-472</guid>
		<description>Dear Jeff,
I&#039;ve tried freezing the first row but it doesn&#039;t work.  If you have any solution please let me know.

Shruti</description>
		<content:encoded><![CDATA[<p>Dear Jeff,<br />
I&#8217;ve tried freezing the first row but it doesn&#8217;t work.  If you have any solution please let me know.</p>
<p>Shruti</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.shrutigupta.com/index.php/2005/12/12/how-to-create-table-with-first-column-frozen/comment-page-1/#comment-318</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 01 May 2006 18:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.shrutigupta.com/?p=33#comment-318</guid>
		<description>Is there any way to freeze the first row as well? So, if I scroll down, the first header row would stay frozen as well?

Thanks,
Jeff</description>
		<content:encoded><![CDATA[<p>Is there any way to freeze the first row as well? So, if I scroll down, the first header row would stay frozen as well?</p>
<p>Thanks,<br />
Jeff</p>
]]></content:encoded>
	</item>
</channel>
</rss>

