fede wrote: > Hi Everyone, I have a problem with a table in a liquid layout. > The layout is made by a left column (200px) and a right liquid colum. Body > has a margin (left-right 5%) to ensure the liquidity. > Inside the right column I have a div (width auto) containing a table. When > the table is rich of data and so it grows in width, It breaks the layout. So > it'is no more contained in the box and the left part of the table has no > background color (of table containing div). > > Is it possible that table enlarges the right-column? > > Here is the online code (incorporated css) > http://www.fedegrafia.com/forum/tabella_css.htm >
Hi Fedegrafo, The table will not get any smaller anymore, words and lines cannot wrap anymore inside the table. There is really not much you can do here, but splitting up the table, to make it take less space inside your layout. The table has simply reached its smallest possible size. If you look at it in Firefox you will see the table cropping out of the design, since does not fit inside anymore. regards, Jens ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
