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

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

<center>

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

<p id="msg">Move the mouse over any image to expand its spacing at the top. Move the mouse out to reset. </p>

<table>
<tr>
   <td onmouseover="this.style.paddingTop='1cm'"
      onmouseout="this.style.paddingTop=''">
         <img src="../shared/images/samp14.jpg" 
            height=125 width=125 border=0 alt="">
   </td>
   <td onmouseover="this.style.paddingTop='1cm'"
      onmouseout="this.style.paddingTop=''">
         <img src="../shared/images/samp05.jpg" 
            height=125 width=125 border=0 alt="">
   </td>
   <td onmouseover="this.style.paddingTop='1cm'"
      onmouseout="this.style.paddingTop=''">
         <img src="../shared/images/samp03.jpg" 
            height=125 width=125 border=0 alt="">
   </td>
</tr>
</table>

</center>

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

</body>
</html>