Cells height and width get distorted
Brought to you by:
makofp
I'm trying to render a table with a lot of rows. Data
for the table is fetched from the dynamic asp page. But
for each row in the table the width of cells in the
table increases causing swelling of the table. To be
more precise at the start it renders correctly
according to the width attribute in TDs of the first
TR, but after a while the width of the cells just gets
wider and wider.
Also the height of some rows is distorted = higher then
necessary without any apparent reason. Maybe for the
same reason as with width.
I checked and rechecked the correctness of the XHTML
and used CSS styles and I'm pretty sure that that is
not what causing the problems.
I would really appreciate some help... Thanks'
//Daniel