怎样用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 存 ......
这时在网页中弹出一个窗口,是qq在线咨询,在一般的html中可以随滚动条而动,但在html中加入 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1 ......
我想做的是这样一个效果,你左边做的是导航菜单,假如有若干个超级链接,点击某个后这个链接的内容要到右边显示。当然这个功能可以使用Html中的 frame框架实现,但是现在有很多的浏览器不支持这种frame,能不能用css ......
不懂他网格如何原理
\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 ......
我有空没有事做研究一下CSS+DIV,现做一条导航条,遇到一个问题,它大家帮忙解决一下:
以下代码可以实现居中,但有一个问题就是,如果我加多一个栏目比如加多一个HTML code:
<li><a href="" ......