第四篇我们还是来探讨左右下布局。只是这一次,左边区域是定宽的,右边和下边不定。 ? 还是先看看效果图: ? 然后上代码: ?
? css代码: ?
<div id="container">
<div id="wrapper">
<!-- 中间content start -->
<div id="content" class="red">
content
</div>
<!-- 中间content end -->
</div>
<!-- 左侧navigation start -->
<div id="navigation" class="yellow">
navigation
</div>
<!-- 左侧navigation end -->
<!-- 下侧extra start -->
<div id="extra" class="orange">
extra
</div>
<!-- 下侧extra end -->
</div>
#container{}
#wrapper{float:left;width:100%;}
#content{margin-left:200px;}
#navigation{float:left;width:200px;margin-left:-100%;}
#extra{clear:both;width:100%;}
?
详细解决方案
css-layout(格局研究)之四
热度:343 发布时间:2012-07-04 19:33:55.0
相关解决方案
- Android开发环境搭建后,新建HelloAndroid工程后,R.layout.main报错,工程报错,求解!该怎么解决
- import com.borland.jbcl.layout.解决办法
- Firefox下table-layout:fixed无效有关问题
- 图形格局-Layout 之js设计实现
- [Web Chart系列之三] 图形格局-Layout
- zend framework的主布局脚本 layout.pthml可以更改吗解决办法
- css-layout(格局研究)之左右各25%中间50%自适应
- css-layout(格局研究)之二
- CSS课程14 CSS网页布局Page Layout
- 十、Controlling Layout with CSS
- liferay css讲授之三 themes/相应风格/css/layout.css讲解
- HTML5(1)layout
- CSS Layout Properties 格局属性
- [转][css] table-layout:fixed 属性的解说,IE、Firefox成效对比详解
- dhtmlx layout 在ie中显示有关问题
- css-layout(格局研究)之三
- css-layout(格局研究)之四
- 分享一个纯CSS3的响应式(responsive layout)幻灯机设计
- ie layout zoom.height:1%解决思路
- 有人做过 dijit.layout.TabContainer里边套dojox.Grid的页面吗
- EXT格局 Layout
- 解决报表设置table-layout:fixed后单元格宽度设置无效的方法
- [Web Chart系列之三] 图形格局-Layout
- jQuery EasyUI API 汉语言文档 - 布局(Layout)
- style="table-layout:fixed;"
- table-layout:fixed与auto与报表内换行
- Is this a bug of layout:accordion
- 格局(Layout)
- turbine layout control(2)helloworld example
- JqGrid Demo 最新 38事例(Layout、treeGrid导航)