Jaimie wrote: > I'm looking for a solution to how to make a CSS based layout work when the > content is a very wide table. > > What I would like to happen is to have the browser just show a horizontal > scroll bar on the bottom like it would in a table based layout. > > I also would like the container "<div>" to enclose all of the content (in > this case the table). >
Unless I'm missing something very subtle, I think the answer is to set an explicit width on the container that holds the table. I would suggest min-width, but IE does not support min-width until IE7. -- Bob Easton Accessibility Matters: http://access-matters.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
