}#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{
第二步:(頂部圖片下邊緣增加透明動(dòng)態(tài)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下邊框結(jié)束*/
height:83px;
width: 924px;
padding-left: 90px;
font-size: 28px;
font-weight: bold;
color:#0000FF;}.site_description_A{
說明:藍(lán)色地址http://hexun.com/homephoto3/20090423/9765637/bk12-15-03.gif 即透明動(dòng)態(tài)gif背景圖,一般的博客掛件圖片都是可以的,您可以替換為您自己喜歡的動(dòng)態(tài)透明gif圖片。
第三步:(頂部圖片上邊緣增加透明動(dòng)態(tài)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上邊框結(jié)束*/
height:83px;
width: 924px;
padding-left: 90px;
font-size: 28px;
font-weight: bold;
color:#0000FF;}.site_description_A{
說明:藍(lán)色地址http://hexun.com/homephoto3/20090815/9765637/bk11-50-14.gif 即透明動(dòng)態(tài)gif背景圖,一般的博客掛件圖片都是可以的,您可以替換為您自己喜歡的動(dòng)態(tài)透明gif圖片。