<div> tag help
Posted: Wed Jul 09, 2008 8:27 pm
Ok, so i added a
<div id='#####' style="overflow:auto;height:120px;width:100%;padding:0px;">
before my table so the the table will be displayed in a fixed frame. no problem with that...
my problem is this: once the table exceeded the height defined in the <div> tag, a scroll bar will appear in
the right side of the table. the scroll bar seems to throw the columns in the table out of alignment.
the header columns are no longer aligned with the data columns.
How do you fix this?
<div id='#####' style="overflow:auto;height:120px;width:100%;padding:0px;">
before my table so the the table will be displayed in a fixed frame. no problem with that...
my problem is this: once the table exceeded the height defined in the <div> tag, a scroll bar will appear in
the right side of the table. the scroll bar seems to throw the columns in the table out of alignment.
the header columns are no longer aligned with the data columns.
How do you fix this?