[Rails-spinoffs] Re: Fixed headers in a scrollable table

2008-05-20 Thread Justin Perkins
On Tue, May 20, 2008 at 3:23 PM, Justin Perkins <[EMAIL PROTECTED]> wrote: > ... you may wish to utilize CSS to ... That should have read "you may wish to utilize JavaScript". Sorry about that. -justin --~--~-~--~~~---~--~~ You received this message because you

[Rails-spinoffs] Re: Fixed headers in a scrollable table

2008-05-20 Thread Justin Perkins
What you are asking for will require some custom coding, using a combination of a CSS-based approach (use a thead, and a tbody with a fixed height and overflow set to scroll) which will work for the good browsers out there. Unfortunately IE (both IE6 and IE7) does not support such a technique. Yo