在网页设计中,如何利用CSS让字体边缘有颜色,比如字体是白色的,他的边缘颜色是黑色的?
4个回答
展开全部
表格外发光:<table border="0" style="filter:glow(color=green,strength=16);width:234;height:99;border:1 dotted red;"><tr><td> </td></tr></table>
字体外发光:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
body {
font:14px "Verdana";
background-color:#3366cc;
}
.sizscolor {
position:absolute;
padding:4px;
filter:
Dropshadow(offx=1,offy=0,color=white)
Dropshadow(offx=0,offy=1,color=white)
Dropshadow(offx=0,offy=-1,color=white)
Dropshadow(offx=-1,offy=0,color=white);
}
</style>
</head>
<body>
<br>
<div class="sizscolor ">政策法规</div>
</body>
</html>
字体外发光:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
body {
font:14px "Verdana";
background-color:#3366cc;
}
.sizscolor {
position:absolute;
padding:4px;
filter:
Dropshadow(offx=1,offy=0,color=white)
Dropshadow(offx=0,offy=1,color=white)
Dropshadow(offx=0,offy=-1,color=white)
Dropshadow(offx=-1,offy=0,color=white);
}
</style>
</head>
<body>
<br>
<div class="sizscolor ">政策法规</div>
</body>
</html>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
博思aippt
2024-07-20 广告
2024-07-20 广告
博思AIPPT是基于ai制作PPT的智能在线工具,它提供了4种AI制作PPT的方式,包括AI生成大纲、AI直接生成PPT、文本生成PPT、AI提炼word文档生成PPT,一站式集成多种AI生成PPT的方式,可满足办公用户的不同需求和使用场景...
点击进入详情页
本回答由博思aippt提供
展开全部
css里页有这效果的,编辑css,里面有个扩展,在滤镜里面,Glow(clolr=颜色,strength=发光大小)。注:滤镜效果在firefox里面不支持。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<style type=text/css>
.pagetitle
{
height:20;
line-height:150%;
FILTER:Glow(Color=#a0ffa0,Strength=5);
font-size:18pt;text-align:center
}
</style>
<p class="pagetitle">发光字</p>
.pagetitle
{
height:20;
line-height:150%;
FILTER:Glow(Color=#a0ffa0,Strength=5);
font-size:18pt;text-align:center
}
</style>
<p class="pagetitle">发光字</p>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
PS中有这效果,CSS中,想必我学的太浅了吧。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |