Does anyone know I can make min-height work with the latest browsers? I am using CSS tables and it seems to ignore min-height.
Whenever you are using display:table; or any deeper property like display:table-cell; consider using height instead of min-height. As in tables height = min-height considering the auto-span feature in them.
display:table;
display:table-cell;
height
min-height