[css]代码库
<html>
<head></head>
<body>
<h6><span style="filter:DropShadow(Color=red,OffX=5,OffY=5,Positive=1);height:30">
<font size="5" color=green>DropShadow filter</font></span></h6>
<h6><SPAN STYLE="font-size=36;Filter:Dropshadow(color=#FF0000,offx=5,offy=5,Positive=0);height:15"><font size="5" color=green>Dropshadow滤镜</font></SPAN></h6><br/><br/>
offx=5, offy=5, Positive=1: <SPAN STYLE="font-size=36;Filter:Dropshadow(color=#FF0000,offx=5,offy=5,Positive=1);height:15">Dropshadow滤镜</SPAN><br/><br/>
offx=10,offy=10,Positive=1: <SPAN STYLE="font-size=36;Filter:Dropshadow(color=#A0A0A0,offx=10,offy=10,Positive=1);height:15">Dropshadow滤镜</SPAN><br/><br/>
offx=10,offy=10,Positive=2: <SPAN STYLE="font-size=36;Filter:Dropshadow(color=#CCFF00,offx=10,offy=10,Positive=2);height:15">Dropshadow滤镜</SPAN><br/><br/>
offx=20,offy=20,Positive=2: <SPAN STYLE="font-size=36;Filter:Dropshadow(color=#CCFF00,offx=20,offy=20,Positive=2);height:15">Dropshadow滤镜</SPAN><br/><br/>
</body>
</html>