I am facing an issue with a table inside a div (#body) that scrolls along the y-axis. Specifically, in Internet Explorer, the scrollbar is hiding part of the last table cell behind it, causing a shift in the layout of the table columns. This problem does not occur in Chrome, and I need to find a solution that works for both browsers. It seems like IE is not rendering the CSS properly compared to Chrome. How can I make IE display my columns correctly, similar to how Chrome does?
When viewing the fiddle in both browsers, you will notice that the table header does not line up with the corresponding columns.
I appreciate any suggestions or solutions offered.
Update: The layout works fine in IE9, but it encounters issues in IE7 which still needs to be supported.