<html>
<head>
<title>Abakada CSS Demo: font-variant Attribute</title>
<link rel="stylesheet" href="/shared/netdemos.css">
<style type="text/css">
<!--
.scaps { font-variant: small-caps }
-->
</style>
</head>
<body>
<!-- #include virtual="~/shared/top.inc" -->
<div class="header"><h2>Abakada CSS Demo: font-variant Attribute</h2></div>
<hr size=1 width=92%>
<center>
<h5>This example uses calls to an embedded stylesheet to dynamically set an element's <b>font-variant</b> style attribute.</h5>
<p style="font-size: 13pt; font-weight: bold; font-family: arial; color: navy; cursor: hand"
onmouseover="this.className='scaps'"
onmouseout="this.className=''">
Move the mouse over to apply a style class that renders this text in small caps.
Move the mouse out to restore.
</p>
</center>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>