Alignment between two tables
We have used two tables in our page.
one for header and another for data's.
The data's table having lot of records so that we need to scroll to view the all records.
we placed data's table inside a layer. so that when record increases the scroll bar appears automatically.
we need to position the columns(TD) in header table and data's table perfectly matched.
We facing problem in alignment between two tables.
We already tried with programatically by taking the data's table offsetWidth and assigning to headers table column width.
that also not works.
pls provide some tips to resolve this.
Thanks,
tgopal.
|