If a table is too big and the window is too small than the table goes outside the div.
I solved this with display:table !important;
on the surrounding div but it doesn't work in IE 6&7 because they don't know it. How can I solve this in IE6 & 7?
See JSFiddle example: http://jsfiddle.net/Kevin1990/LNS26/10/