當前位置:首頁 > 建站常識 > 列表

DIV+CSS 左側固定,右側自适應代碼

點擊:時(shí)間:2017/1/7關鍵詞:上海網頁制作 上海網站制作 網站優化(huà)
上海網頁制作介紹了(le)左側固定,右側自适應的(de)兩種實現方法,相信對(duì)大(dà)家學習(xí)網頁布局會有很好的(de)幫助,下(xià)面就跟小編一起來(lái)看下(xià)吧第一種方法:<style>.one {position: absolute;height: 200px;width: 300px;

<a href=/tags/shanghaiwangyezhizuo/><strong>上海網頁制作</strong></a>

上海網頁制作介紹了(le)左側固定,右側自适應的(de)兩種實現方法,相信對(duì)大(dà)家學習(xí)網頁布局會有很好的(de)幫助,下(xià)面就跟小編一起來(lái)看下(xià)吧

第一種方法:

<style>.one {position: absolute;height: 200px;width: 300px;background-color: blue;}.two {height: 200px;margin-left: 300px;background-color: red;}</style><div class="one">左邊</div><div class="two">右邊</div>
第二種方法:
<style>.one {float:left;height: 200px;width: 300px;background-color: blue;}.two {overflow: auto;height: 200px;background-color: red;}</style><div class="one">左邊</div><div class="two">右邊</div>
預約建站
免費提供網站優化(huà)
領取關鍵詞