I have a page at http:\\www.probuild.com\test\scrollsheet.html that
works as desired under IE 5.5+. (See screen shot at
www.probuild.com\test\ie55.gif.
However, when viewed with NS7.0, the height of the div containing the
table on the right doesn't expand to accomodate the inner table. (See
www.probuild.com\test\ns70.gif).
My intent here is to create a fixed left hand legend and a
horizontally scrollable table to the right. (I shift the right hand
table left with position:relati ve to hide the repeated first column).
Does anyone know how to solve this without settting a specific height
for the div? I want it to be dynamic... number of table rows and the
length (hence the wrap) of the table data in the first column are
variable.
works as desired under IE 5.5+. (See screen shot at
www.probuild.com\test\ie55.gif.
However, when viewed with NS7.0, the height of the div containing the
table on the right doesn't expand to accomodate the inner table. (See
www.probuild.com\test\ns70.gif).
My intent here is to create a fixed left hand legend and a
horizontally scrollable table to the right. (I shift the right hand
table left with position:relati ve to hide the repeated first column).
Does anyone know how to solve this without settting a specific height
for the div? I want it to be dynamic... number of table rows and the
length (hence the wrap) of the table data in the first column are
variable.
Comment