<html>
<head>
<title>Abakada CSS Demo: padding Attribute</title>
<link rel="stylesheet" href="/shared/netdemos.css">
</head>
<body>
<!-- #include virtual="~/shared/top.inc" -->
<div class="header"><h2>Abakada CSS Demo: padding Attribute</h2></div>
<hr size=1 width=92%>
<center>
<h5>This example uses inline event handlers to set the space between an object's content and its border.</h5>
<p id="msg">The image is loaded in a table cell with no <b>padding</b> initially set. Click on the cell to expand its padding. Double-click to reset.</h5>
<table>
<tr>
<td bgcolor="whitesmoke" onclick="this.style.padding='5mm 8mm'"
ondblclick="this.style.padding=''">
<img src="../shared/images/samp10.jpg"
height=125 width=125 border=0 alt="">
</td>
</tr>
</table>
</center>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>