T
Tim Streater
It would seem that, if I have content in a table cell that is too tall
for the cell, the only way I can get a vertical scroll bar in the cell
is to put a <div> in the cell, and put the content in that.
It also looks like I then have to explicitly set the height of the
<div> to any old value, whereupon the scroll bar appears, is the height
of the cell, and correctly scrolls the content.
Is there some logic to this, and if so what is it?
for the cell, the only way I can get a vertical scroll bar in the cell
is to put a <div> in the cell, and put the content in that.
It also looks like I then have to explicitly set the height of the
<div> to any old value, whereupon the scroll bar appears, is the height
of the cell, and correctly scrolls the content.
Is there some logic to this, and if so what is it?