Shadowフィルターの実験

harley-davidson












<head>
<style type="text/css">
<!--

.shadow {
	filter:progid:DXImageTransform.Microsoft.Shadow(color=navy,direction=135,strength=8);
}



-->
</head>
<body>

<div class="shadow2">harley-davidson</div>


</body>


Shadowフィルターは文字列や画像に残像のような影を作る
direction=0 真上に向かって影
direction=45 時計回りに45度
strength 影の長さを1から255で設定