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

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

<div class="header"><h2>Abakada CSS Demo: <span class="hilite">margin</span> Attribute</h2></div>
<hr size=1 width=92%>

<center>

<h5>This example demonstrates use of inline event handlers to dynamically set an element's composite margin attributes.</h5>

<p id="msg">Move the mouse over the center image to expand the margins around it.<br>
Move the mouse out to restore. </p>

<img src="../shared/images/samp07.jpg" width=110 height=110 border=0 alt="">
<br>
<img src="../shared/images/samp08.jpg" width=110 height=110 border=0 alt="">
<img src="../shared/images/earth.gif" 
   onmouseover="this.style.margin='5mm 5mm 5mm 5mm'" 
   onmouseout="this.style.margin=''" 
   width=110 height=110 border=0 alt="Mother">
<img src="../shared/images/samp09.jpg" width=110 height=110 border=0 alt="">
<br>
<img src="../shared/images/samp10.jpg" width=110 height=110 border=0 alt="">

</center>

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

</body>
</html>