<html>
<head>
<title>Abakada HTML Demo: DropShadow Filter</title>
<link rel="stylesheet" href="/shared/netdemos.css">
<style type="text/css">
<!--
.heading { width: 70%; font: bold 18pt; color: #69f;
filter: dropshadow ( ) }
-->
</style>
</head>
<body>
<!-- #include virtual="~/shared/top.inc" -->
<div class="header"><h2>Abakada HTML Demo: DropShadow Filter</h2></div>
<hr size=1 width=92%>
<div class="back">
<h4>The DropShadow filter paints a silhouette of an object at a specified horizontal and vertical offset.</h4>
<div class="heading">Default DropShadow</div>
<br>
<div style="width: 70%; filter: dropshadow ( color=maroon, offX=-5, offY=-5, positive=1 )">
<img src="../shared/images/filtdemo.gif" width=191 height=197 vspace=10 hspace=10>
</div>
</div>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>