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

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

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

<center>

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

<p id="msg" onmousedown="this.style.fontVariant='small-caps'"
   onmouseup="this.style.fontVariant='normal'">
      Press the mouse button on any line this text is on to make the text render as small caps. 
      Release the mouse button to restore. 
</p>

</center>

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

</body>
</html>