karnaze%netscape.com c44714f4cc new regression tests
git-svn-id: svn://10.0.0.236/trunk@42988 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 18:30:04 +00:00

24 lines
590 B
HTML

<html lang="en-US">
<head>
<title>Vertical alignment and table height</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="copyright" href="/~dbaron/legal.html">
<style type="text/css">
td.baselinef { vertical-align: -12px; } /* probably correct */
td.baselineg { vertical-align: 40%; } /* probably correct */
</style>
</head>
<body>
<table>
<tr>
<td class="baselinef">Data</td>
<td class="baselineg">Data</td>
</tr>
</table>
</body></html>