龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > div+css/html >

DropShadow滤镜效果

时间:2012-12-29 08:41来源:未知 作者:admin 点击:
分享到:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>New document</title>
<style type="text/css">
<!--
div#div1
{
 width:200px;height:60px;padding:10px;border:1px solid #666;
 color:#000;
 filter : progid:DXImageTransform.Microsoft.DropShadow (color=#000000 , offX=2 , offY=2 , positive=true);
}
-->
</style>
</head>
<body>
<div id="div1">
DropShadow滤镜效果
</div>
</body>
</html>


精彩图集

赞助商链接