I have a table which should always occupy a certain percentage of the height of the screen. Most of the rows are of fixed height, but I have one row that should stretch to f
Another way around it that may/may not suit but surely the simplest:
td { display: table-caption; }