<html>
<head>
<title>Abakada CSS Demo: paddingBottom Property</title>
<link rel="stylesheet" href="/shared/netdemos.css">
</head>
<body>
<!-- #include virtual="~/shared/top.inc" -->
<div class="header"><h2>Abakada CSS Demo: paddingBottom Property</h2></div>
<hr size=1 width=92%>
<center><br>
<h5>This example uses inline event handlers to dynamically set an object's <b>paddingBottom</b> style property.</h5>
<p id="msg">Move the mouse over any image to expand its spacing at the bottom. Move the mouse out to reset. </p>
<table>
<tr>
<td onmouseover="this.style.paddingBottom='1cm'"
onmouseout="this.style.paddingBottom=''">
<img src="../shared/images/samp10.jpg"
height=125 width=125 border=0 alt="">
</td>
<td onmouseover="this.style.paddingBottom='1cm'"
onmouseout="this.style.paddingBottom=''">
<img src="../shared/images/samp09.jpg"
height=125 width=125 border=0 alt="">
</td>
<td onmouseover="this.style.paddingBottom='1cm'"
onmouseout="this.style.paddingBottom=''">
<img src="../shared/images/samp11.jpg"
height=125 width=125 border=0 alt="">
</td>
</tr>
</table>
</center>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>