I have a fixed width DIV containing a table with many columns, and need to allow the user to scroll the table horizontally within the DIV.
This needs to work on IE6
overflow-x: scroll; overflow-y: hidden;
EDIT:
It works for me: