摘要:左右結構,左邊右邊寬度固定左右結構,左邊固定,右邊左中右結構,左邊固定,右邊固定,中間這里是左邊這里是中間這里是右邊
左右結構,左邊100%;右邊寬度固定
css
#header{height:80px; background:#CCC;} #center{overflow:hidden; zoom:1;} #main_wrapper{float:left; width:100%; margin-top:10px; margin-left:-210px;} #main{height:200px; margin-left:210px; background:#999;} #sidebar{float:right; width:200px; margin-top:10px; height:200px; background:#AAA;} #footer{height:50px; margin-top:10px; background:#CCC;}
HTML
左右結構,左邊固定,右邊100%
css
#header{height:80px; background:#CCC;} #center{overflow:hidden; zoom:1;} #sidebar{float:left; width:200px; margin-top:10px; height:200px; background:#AAA;} #main_wrapper{float:right; width:100%; margin-top:10px; margin-left:-210px;} #main{height:200px; margin-left:210px; background:#999;} #footer{height:50px; margin-top:10px; background:#CCC;}
html
左中右結構,左邊固定,右邊固定,中間100%;
css
#header{height:80px; background:#CCC;} #center{overflow:hidden; zoom:1;} #sidebar-l {float:left; width:200px; margin-top:10px; height:200px; background:#AAA;} #main-wrapper {margin-top:10px; float:left; width:100%; margin-left:-420px; height:200px;} #main {margin-left:438px; background:#999; height:200px;} #sidebar-r {float:right; width:200px; margin-top:10px; height:200px; background:#AAA;} #footer{height:50px; margin-top:10px; background:#CCC;}
html
這里是左邊這里是中間這里是右邊
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/110829.html
摘要:不管是左是右,反正就是一邊寬度固定,一邊寬度自適應。博客園的很多主題也是這樣設計的,我的博客園博客也是右側固定寬度,左側自適應屏幕的布局方式。與配合使用首先我們調整一下結構自適應區固定寬度區代碼這樣實現,的實際寬度就是屏幕寬度。 我在前面有一篇文章《CSS基礎篇--可擴展性的頁面布局》中介紹了如下三種布局方式:1.左右結構,左邊100%;右邊寬度固定2.左右結構,左邊固定,右邊100%...
摘要:左右結構,左邊右邊寬度固定代碼代碼左右結構,左邊固定,右邊代碼代碼左中右結構,左邊固定,右邊固定,中間代碼代碼這里是左邊這里是中間這里是右邊 1.左右結構,左邊100%;右邊寬度固定 showImg(http://segmentfault.com/img/bVbSYw); css代碼: #header{height:80px; background:#CCC;} #center{ov...
摘要:布局一左右布局實現左右布局居中布局的幾個實現方案標簽結構很簡單,就是一個父元素里面套了一個子元素想要實現左右布局,只需要把設置成向左浮動,右邊向右浮動或者把和設置成二居中布局結構居中布局的幾個實現方案標簽結構很簡單,就是一個父元素 CSS布局 一、左右布局 1、float實現左右布局 ...
摘要:布局一左右布局實現左右布局居中布局的幾個實現方案標簽結構很簡單,就是一個父元素里面套了一個子元素想要實現左右布局,只需要把設置成向左浮動,右邊向右浮動或者把和設置成二居中布局結構居中布局的幾個實現方案標簽結構很簡單,就是一個父元素 CSS布局 一、左右布局 1、float實現左右布局 ...
閱讀 1536·2021-11-24 10:17
閱讀 1031·2021-09-29 09:43
閱讀 2164·2021-09-23 11:21
閱讀 2159·2019-08-30 14:13
閱讀 1294·2019-08-29 13:58
閱讀 3157·2019-08-28 17:51
閱讀 1803·2019-08-26 13:29
閱讀 2972·2019-08-26 10:13