mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
338 B
HTML
19 lines
338 B
HTML
|
<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>
|