標籤

印刷 (1) 行動裝置 (2) 批次 (1) 表單 (2) 套件 (4) 素材 (1) 動畫 (1) 部落格 (1) 電子書 (1) 導覽列 (6) 線上工具 (5) 檔案管理 (1) 瀏覽器 (2) animation (3) App (1) Bootstrap (3) canvas (2) CSS (20) excel (1) flash (2) html (3) html5 (2) IE (1) il (3) jQuery (5) js (5) loading (1) office (3) pdf (2) php (4) png (1) script (1) UI (3) windows (1) youtube (1)

2013年12月15日 星期日

layout css (header,nav 背景橫跨全螢幕)



#header_bg{
width: 100%;
height: 170px;
}
#header{
width: 990px;
height: 100%;
margin: 0px auto;
}
#nav_bg{
width: 100%;
height: 100%;
}
#nav{
width: 990px;
height: 30px;
margin: 0px auto;
}

#wrapper{
width: 950px;
padding: 20px 20px 0px 20px;
margin: 0px auto;
}
#content {
width: 100%;
min-height: 450px;
margin-bottom:10px;
}
#footer {
width: 100%;
float: left;
margin-top: 10px;
}

沒有留言 :

張貼留言