| 版主回覆 |
其實我對CSS也不懂
是自己在後台改很久才改出來的
#container{
margin-left:auto;
margin-right:auto;
width:1100px;
margin-top:50px;
}
#container2{}
#header{
background:#F9F9F9 url(http://p4.p.pixnet.net/albums/userpics/4/3/244543/490cfd74dad85.jpg) no-repeat scroll center 80px;
clear:both;
float:left;
height:810px;
width:1100px;
border-left:1px solid #DDD;
border-right:1px solid #DDD;
border-top:1px solid #DDD;
#banner{
width:1100px;
margin:10px;
position:absolute;
top:60px;
}
#navigation{
font-family:Trebuchet MS,Tahoma,Verdana,Arial,Serif;
position:relative;
top:-24px;left:10px;
text-align:left;
width:1000px;
}
#content{
width:620px;
float:left;
margin:10px;
margin-top:0px;
}
article-body{
width:820px;
overflow:hidden;
display:block;
clear:both;line-height:180%;
}
以上都是我有修改過的地方
希望可以幫上你
|