> > Nice work on browser support, Terence. > > For me the big challenge has been to create a scrolling table without > defining the column widths explicitly, but instead letting the > content determine cell width. Does your model work in those > circumstances? > > Paul
Thanks Paul. The bigThreeVersion will give you this. Although, for browser other then IE, you do have to add padding to last table cell to make up for the scrollbar... usually 16px. The CSS is the last commented declaration in the page source, and it's basically just td:last-child. HTH. - Terence ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
