<html>
<head>
<title>Abakada CSS Demo: padding Property</title>
<link rel="stylesheet" href="/shared/netdemos.css">
<style>
td { background-color: whitesmoke; padding: 0 }
td:hover { padding: 15pt }
</style>
</head>
<body>
<div class="header"><h2>Abakada CSS Demo: <b>padding</b> Property</h2></div>
<hr size=1 width=92%>
<center>
<h4>This example uses calls to an <i>embedded stylesheet</i> to dynamically set the space between an element's content and its border.</h4>
<p id="msg">The image is loaded in a table cell with <b>padding</b> initially set in a stylesheet.<br>
Move the mouse over the image to apply a style that expands its padding.<br>
Move the mouse out to reset. </p>
<table>
<tr>
<td><img src="../shared/images/filtwiz.jpg" height=125 width=125 border=0 alt=""></td>
</tr>
</table>
</center>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>