Re: [css-d] width of scrollable table

2009-01-31 Thread Jim Albert
Philippe Wittenbergh wrote: On Jan 31, 2009, at 12:33 PM, Jim Albert wrote: http://www6.netrition.com/scroll_table_within_table.html Here I've placed that same scrolling table within a cell of an outer table. Notice that no scrolling appears. This behavior occurs in Firefox, IE and

Re: [css-d] width of scrollable table

2009-01-30 Thread Jim Albert
Philippe Wittenbergh wrote: On Jan 29, 2009, at 7:10 AM, Jim Albert wrote: It seems like the only way I can get table to be clipped properly and scroll is to give a pixel length to the width of the DIV. I thought I could use: DIV style=width: 100%; overflow: auto; and I was expecting

Re: [css-d] width of scrollable table

2009-01-30 Thread Philippe Wittenbergh
On Jan 31, 2009, at 12:33 PM, Jim Albert wrote: http://www6.netrition.com/scroll_table_within_table.html Here I've placed that same scrolling table within a cell of an outer table. Notice that no scrolling appears. This behavior occurs in Firefox, IE and Safari. Only in Opera do I see

Re: [css-d] width of scrollable table

2009-01-29 Thread Philippe Wittenbergh
On Jan 29, 2009, at 7:10 AM, Jim Albert wrote: It seems like the only way I can get table to be clipped properly and scroll is to give a pixel length to the width of the DIV. I thought I could use: DIV style=width: 100%; overflow: auto; and I was expecting that the table would fill the

Re: [css-d] width of scrollable table

2009-01-29 Thread Jim Albert
Philippe Wittenbergh wrote: On Jan 29, 2009, at 7:10 AM, Jim Albert wrote: It seems like the only way I can get table to be clipped properly and scroll is to give a pixel length to the width of the DIV. I thought I could use: DIV style=width: 100%; overflow: auto; and I was expecting

[css-d] width of scrollable table

2009-01-28 Thread Jim Albert
I've create a scrollable table by surrounding the table with: DIV style=width: 600; overflow: auto; The table contains a variable number of thumbnail images. It seems like the only way I can get table to be clipped properly and scroll is to give a pixel length to the width of the DIV. I