views:

996

answers:

2

Im using the tablesorter plugin ( http://tablesorter.com ) and am having a problem with column widths in IE7, it looks fine in firefox and sometimes in IE7.

here's a screenshot of the problem:

IE7 View

and here's how it's supposed to look:

Firefox view

+5  A: 

This is a common layout problem in IE. If you are using CSS to style the columns width, also add the column widths to the td tags. Set the first column to a percentage that will try to suck up most of the space, like 50% or something. The first column width will take everything that it can and the other columns will abide by their static width.

Nick Berardi
A: 

Is there an easy way to freeze the column headers using this plug-in?

Thanks

jquery user