I have a div which wraps a table. If the contents of the table get too wide, the div gets a scrollbar. The problem, though, is that in IE the scrollbar along the bottom covers the content within the table, whereas in Firefox the scrollbar begins below the table. Is there anyway to make IE behave more like firefox (with regards to the scrollbar position)?
My first thought was to add bottom padding to the div to leave room for the scrollbar, but unfortunately there are other items below the table that would then get pushed down further and look weird when there is no scrollbar.
Thanks for any suggestions.