在网页设计中,如何利用CSS让字体边缘有颜色,比如字体是白色的,他的边缘颜色是黑色的?

来源:百度知道 编辑:UC知道 时间:2024/05/21 12:24:41
背景颜色不是白的,这个滤镜就不好用了呀,怎么解决那?

表格外发光:<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;