-
集百度空间常见的实用CSS特效代码,掌握了这些,你就成了高手!
1.如何更换空间背景?
打开高级设置,再自定义CSS,看到里面的第3行和第4行都是
header div.lc{background:url(header div.lc{background:url
([img]http://img.baidu.com/hi/temp13/hdl.gif[img]) no-repeat}
第三行的是标题栏左边的图片,第4行是标题栏... -
百度空间代码大全(6) - [百度空间代码教程]
2008-04-26
百度空间CSS代码详细介绍:
/*右下角弹出窗口*/
#main{
background:url("javascript:
var sunPop = window.createPopup();
var popTop=50;
function popmsg(msgstr){
var winstr="<table style=\"border:solid #A96D13 1px... -
百度空间代码大全(5) - [百度空间代码教程]
2008-04-26
百度空间CSS代码详细介绍:
/*添加自己的LOGO图片*/
#comm_info div.line{margin-top:4px;line-height:8px;border-top:2px solid #ff3333; background:url(http://***.gif) no-repeat bottom; padding-bottom: 32px; margin-bottom: 32px}
/*... -
百度空间代码大全(4) - [百度空间代码教程]
2008-04-26
百度空间CSS代码详细介绍:
/*文章日期旁加小图案*/
#m_blog div.date
{text-indent:1.5cm;background:url(这里要填上你自己选的小图片的连接地址) 30% 0% no-repeat; /*背景图片*/margin:5px 0 8px 0;color:#999999;
line-height:50px; /*调整行高*/}
/*常用插入时间图片位置的代码*/... -
百度空间代码大全(3) - [百度空间代码教程]
2008-04-26
百度空间CSS代码详细介绍:
/*空间整体宽度*/
#main{width:740px!important;text-align:center}或#main{width:80%!important}
/*版块长度及间距*/
#layout td.c2t1{padding-left:55px;width:570px} /*最左版块*/
#layout td.c2t2{width:60px} /*左右两版块间距*/...



















