不同版面預設內容可能有點不同,但差異不會太大。
===================總版欄位===================
#container1 {
width: 總寬度 px;
position: relative;
margin: 0px auto;
border-left: 1px solid #333;
border-right: 1px solid #333;
}
===================中間欄位===================
#content {
width: 寬度 px;
position: absolute; top: 高度 px; left: 寬度 px;
}
===================右邊欄位===================
#links {
width: 寬度 px;
float: right;
background: #ddd;
border-left: 1px dotted #333;
}
===================左邊欄位===================
#divThird {
position: absolute;
left: 0px; top: 高度 px;
background: #ddd;
border-right: 1px dotted #333;
width: 寬度 px;
}
全站熱搜