I'm having trouble using CSS min-height with tables in Safari & FF. Use the example from W3schools:
http://www.w3schools.com/css/tryit.asp?filename=trycss_table_vertical-align
change the td height style to min-height. It works in IE9 and not in Safari and FF.
I got things to work on all the browsers by setting both height and min-height.
Seems like a webkit bug.