blob: 3053df9f940321ea88186003c973e8ed60dff1e7 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>caption side static - 17</title>
<style type="text/css">
table {border:solid green}
caption{border: solid orange}
</style>
</head>
<body >
<div style="height:200px; border:solid blue">
<table align="center" style="height:30%">
<caption align="left" style="width:20%; height:50%; vertical-align:middle">cap</caption>
<tr><td>table cell</td></tr>
</table>
</div>
</body>
</html>