/* * Bugfixes for IE 7 which should be included as follows: */ /* Support for scrollable tbody is buggy */ table>tbody.scroll { height: auto; overflow: visible; } tr { height: auto; }