[Proto-Scripty] Re: Scrolling Tables

2009-03-12 Thread Szymon Wilkołazki
Lee Jenkins wrote: Hi all, I'm trying to implement a scrolling table myself since my needs are very simple. I'm placing the table that represents the grid cells within a div with overflow:auto set and it scrolls. However, IE and FF seem to calculate the width differently in

[Proto-Scripty] Re: Scrolling Tables

2009-03-11 Thread Ryan Gahl
Have you tried using thead and tbody, and placing the overflow setting on the tbody? Ryan Gahl CEO Nth Penguin, LLC http://www.nthpenguin.com -- Inquire: 1-920-574-2218 Blog: http://www.someElement.com LinkedIn Profile: http://www.linkedin.com/in/ryangahl On Wed, Mar 11, 2009 at 11:21 AM, Lee

[Proto-Scripty] Re: Scrolling Tables

2009-03-11 Thread Lee Jenkins
Richard Quadling wrote: Looks lovely in FireFox. Really nice. In Chrome, nope. Looking at the computed style for the tbody, overflow-y is visible rather than scroll. I even tried inlining the style. The height is ignored also. In IE7, well. What a nice big cell you have there