tags:

views:

144

answers:

1

I have 2 tables in separate <div>'s. One is the header and the other is the actual data which is scrollable. The issue is that they don't line up. I'm using jQuery and the tables are in a re-sizable area so i don't want to set static column widths. What can I do?

+1  A: 

Is it possible to put them in one parent container?

Then try to set the width of both tables to 100% (or another similar value).

henchman
they are in a parent <div> and the width is set to 100%. But they still don't line up.
silverbandit91
please paste relevant html + css code
henchman