麻烦大家了,我在上诸如七星论坛的时候,比如http://bbs.cntvs.com/showforum-20.html, 看到这种蓝色标题栏,不是图片,我另存之后也找不到他的css大家知道是怎么做的吗不胜感激!
是背景图片【1像素宽就可以】,水平平铺,这是他的CSS:
.titlebar{ background: #1080c0 url(images/bbs_title_bg.jpg) repeat-x 0 0; height: 31px; line-height: 28px; color: #FFF; }
.titlebar h2,.titlebar h3{ float: left; background: url(images/bbs-title-dot.gif) no-repeat 11px 50%; color: #FFF; padding-left: 36px; }
.titlebar h3 { background: none; padding-left: 18px; }
.titlebar em{ color: #EFEFEF; }
.titlebar a,.titlebar a:hover{ color: #FFF; text-decoration: none; }
去下载一份 CSS2.0手册 查查 background 样式设置。
Code
他就是个背景图片嘛!<body style="background-image:url(../images/bg.jpg)">
<div>
</div>
</body>
这个是图片
在css里应该就是一条竖线 然后不停的repeater 成一个背景效果
背景图片,重复的……