verticalAlign0.aspx font size:
<html>
<head>
<title>Abakada CSS Demo: verticalAlign</title>
<link rel="stylesheet" href="/shared/netdemos.css">
</head>

<body>
<!-- #include virtual="~/shared/top.inc" -->

<div class="header"><h2>Abakada CSS Demo: verticalAlign Property</h2></div>
<hr size=1 width=92%>

<center>

<h5>This example uses inline event handlers to dynamically set an object's <b>verticalAlign</b> style property.</h5>

<table border width=80% cellpadding=10>
<tr>
   <td id="msg"
      onmouseover="this.style.verticalAlign='bottom'" 
      onclick="this.style.verticalAlign='top'"
      onmouseout="this.style.verticalAlign=''"nowrap>text to align</td>
   <td><p>Move the mouse over the left cell to align its contents to the bottom of the cell.
      Click to align top. Move the mouse out to reset. </p>
      <p>This is just dummy text placed here so that the alignment in the cell on the left is apparent to the viewer. </p></td></tr>
</table>

</center>

<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->

</body>
</html>