博客顶部配透明动态gif背景图方法

来源:百度文库 编辑:神马文学网 时间:2024/05/02 02:50:05
第一步:登陆博客--我的家(和讯家园)--门户设置--自定义css,找到如下代码:
}#header {
/*顶部*/
height:170px;
width: 934px;
margin-right: 10px;
margin-left: 10px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
background-image:url(http://hexun.com/homephoto3/20081219/4584158/top02-16-44.jpg);
}#header .site_description {
height:83px;
width: 924px;
padding-left: 90px;
font-size: 28px;
font-weight: bold;
color:#0000FF;}.site_description_A{
第二步:(顶部图片下边缘增加透明动态gif背景图方法) ,即就是把“第一步”中代码增加修改为如下代码即可。
}#header {
/*顶部*/
height:170px;
width: 934px;
margin-right: 10px;
margin-left: 10px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
background-image:url(http://hexun.com/homephoto3/20081219/4584158/top02-16-44.jpg);
}#header .site_description {
/*顶部配gif下边框开始*/
background-image:url(http://hexun.com/homephoto3/20090423/9765637/bk12-15-03.gif);background-repeat:repeat-x;background-position:center bottom;
/*顶部配gif下边框结束*/
height:83px;
width: 924px;
padding-left: 90px;
font-size: 28px;
font-weight: bold;
color:#0000FF;}.site_description_A{
说明:蓝色地址http://hexun.com/homephoto3/20090423/9765637/bk12-15-03.gif  即透明动态gif背景图,一般的博客挂件图片都是可以的,您可以替换为您自己喜欢的动态透明gif图片。
第三步:(顶部图片上边缘增加透明动态gif背景图方法) ,即就是把“第一步”中代码增加修改为如下代码即可。
}#header {
/*顶部*/
height:170px;
width: 934px;
margin-right: 10px;
margin-left: 10px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
background-image:url(http://hexun.com/homephoto3/20081219/4584158/top02-16-44.jpg);
}#header .site_description {
/*顶部配gif上边框开始*/
background-image:url(http://hexun.com/homephoto3/20090815/9765637/bk11-50-14.gif);background-repeat:repeat-x;background-position:left top;
/*顶部配gif上边框结束*/
height:83px;
width: 924px;
padding-left: 90px;
font-size: 28px;
font-weight: bold;
color:#0000FF;}.site_description_A{
说明:蓝色地址http://hexun.com/homephoto3/20090815/9765637/bk11-50-14.gif  即透明动态gif背景图,一般的博客挂件图片都是可以的,您可以替换为您自己喜欢的动态透明gif图片。