怎样用CSS怎么把边框的左右边做成发光的效果
初学CSS 遇到一个问题 不知道怎么实现 高手帮帮忙
我定义了一个边框 想让边框的左右两边发光 用滤镜filter:glow()应该可以实现可是不知道怎么写
如果不能实现什么方法能实现呢?
我写的
<html>
<head>
<style>
div{border-left:1px solid #333333;border-right:1px solid #666666;border-bottom:1px solid
#999999;border_top:0px; filter:glow(color=black,strength=15);width:500px;height:500px;}
</style>
</head>
<body align="center">
<div id="line_h">a a a a a a a b c a b c <br />a a aa a a a a b c a b c <br />a a aa a a a a aa a b
c a b c <br />
a a a a aa a aa b c a b c <br />
a b a a aa a aa a aa a ac a b c <br />
a b c a a aa aa a a aa aa b c <br />
a b c a a a aa a aa a a b c <br />
a b c a ba a aa a a a a c <br />
a b c a b ca a aa a a a a a <br />
a b c a b ca a aa a aa a a a <br />
asd fasdf
</div>
</body>
</html>
这样做只能让边框里面的内容发光 应该怎么改下? 麻烦指教下...
谁能指教下 多谢
相关问答:
我用DIV+CSS做了一个可以移动的层。。。。怎么样将这个层的数据保存到数据库中。。。。在打开页面的时候在从数据库中加载出来显示!!!!!!!哪位哥们有例子的可不可以发给我
div 对应的位置用from给到ACTION 存 ......
如图示,谢谢.
简单
HTML code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ht ......
比如我做的一张图 里面包含了N个小图片
CSS这样写:
.a{background:url('/images/theme-hotgoods.gif') no-repeat left -130px;}
.b{background:url('/images/theme-hotgoods.gif') no ......
直接看不到的话,http://hiphotos.baidu.com/%CB%AE%CC%EC/pic/item/bd10cdfc07c1c4d2fc037f24.jpg
要实现图片中的三种效果:
1、button的样式
2、改变下拉列表框 样式
3、就是鼠标放到字体上时显示 ......
不懂他网格如何原理
\Using Nesting Grids
YUI Grids CSS provides a system for subdividing sections of your page with nestable grids. Use this technique to easily create complex layouts that go ......