Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<html>
<head>
<link rel="stylesheet" href="370525-style.css"/>
</head>
<body>
Specified height on sibling cell
<table>
<tr>
<td style="background: lightgreen">
<div style="height: 75%">height=75% / 150px</div>
blah
</td>
<td style="height: 200px; background: lightblue">height=200px</td>
</tr>
</table>
</body>
</html>