标题:[求助]我这样用了CSS后为何没有投影?
只看楼主
xieziyou
Rank: 1
等 级:新手上路
帖 子:40
专家分:0
注 册:2006-9-27
 问题点数:0 回复次数:0 
[求助]我这样用了CSS后为何没有投影?


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
.ds {
filter: DropShadow(color=#FF404040,offX=5,offY=5,positives=true);
font-size: 60px;
font-weight: bold;
color: #c00000;
}
.shad {
filter: Shadow(Color=#CC66FF, Direction=135);
font-size: 60px;
font-weight: bold;
color: #c00000;
}
-->
</style>
</head>

<body>
<p class="ds">ABCD</p>
<p class="shad">ABCD </p>
</body>
</html>
**************************************************************************************
我这样用了CSS后为何没有投影?帮忙看一下,我哪里出错了?谢谢!

搜索更多相关主题的帖子: 投影 CSS 
2007-01-14 21:41



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-115975-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.027454 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved