I have a div with the content set for overflow:auto and set height of 300px. There's a table within that div so, when the table has more content than the DIV is high, the content scrolls.
The problem I'm having is that the scrollbar is sitting on top of my image that I've got on the right of the table.
Is there a way to push the scrollbar beyond the content?