html_code_clinic thread: Need to create Two Tables that have then same column widths
I will be eternally grateful for advice on how I can create two separate
HTML Tables (they will be used in different frames) where both tables have
the same column widths for their respective columns. This means that
Column1 in both tables must have the same width, column 2 in both tables,
etc...\
The trick is that the width of the columns must be automatic, in that the
largest value in Table1/Columm1 AND Table2/Column1 will be used to set the
width for both Columns, and so forth for all columns.
I have tried using the DOM to return the column widths after rendering but
unless they are explictly declared, it returns an empty value.
I hope I have explained this so that it makes sense. I am really trying to
achieve the look of a standard list control with a fixed header. This must
be done soley with DHTML. If you have a better way, help.
Any help is appreciated, even if you've tried and failed, let me know that
too.