CSS 文字发光效果
CSS 文字的发光效果通过 text-shadow 实现起来很方便的。
text-shadow: 1px 0 1px #8B4513, 0 1px 1px #8B4513,
0 -1p... text-shadow: 1px 0 1px #8B4513, 0 1px 1px #8B4513,
0 -1p... <style type="text/css" media="screen">
html,body {filter:progid:DXImageTra...