DIV with overflow:auto and a 100% wide table
问题 I hope someone might be able to help me here. I've tried to simplify my example as best I can. I have an absolutely positioned DIV, which for this example I've made fill the browser window. This div has the overflow:auto attribute to provide scroll bars when the content is too big for the DIV to display. Within the DIV I have a table to present some data, and it's width is 100%. When the content becomes too large vertically, I expect the vertical scroll bar to appear and the table to shrink