css+div页面布局问题!
A自适应宽度,固定高度B固定宽度,自适应高度C自适应高度和宽度这个布局弄不好呢,要不就串行,谁有例子,给看看...
A自适应宽度,固定高度
B固定宽度,自适应高度
C自适应高度和宽度
这个布局弄不好呢,要不就串行,谁有例子,给看看 展开
B固定宽度,自适应高度
C自适应高度和宽度
这个布局弄不好呢,要不就串行,谁有例子,给看看 展开
2个回答
展开全部
<style>
#top{ height:100px; width:100%; background:#7FFFFE}
#content_left{ width:200px; background:#FF8246; float:left}
#content_right{background:#FFFF00;}
</style>
<div id=top></div>
<div id=content_left>1</div>
<div id=content_right>555</div>
以上代码可以实现你的需求,颜色布局一样。如果你需要左边的和右边的要一样高度的话,那需要加JS代码,我也可以告诉你
#top{ height:100px; width:100%; background:#7FFFFE}
#content_left{ width:200px; background:#FF8246; float:left}
#content_right{background:#FFFF00;}
</style>
<div id=top></div>
<div id=content_left>1</div>
<div id=content_right>555</div>
以上代码可以实现你的需求,颜色布局一样。如果你需要左边的和右边的要一样高度的话,那需要加JS代码,我也可以告诉你
展开全部
用Frame:
<frameset rows="50%,50%">
<frame src="/example/html/frame_a.html">
<frameset cols="25%,75%">
<frame src="/example/html/frame_b.html">
<frame src="/example/html/frame_c.html">
</frameset>
</frameset>
<frameset rows="50%,50%">
<frame src="/example/html/frame_a.html">
<frameset cols="25%,75%">
<frame src="/example/html/frame_b.html">
<frame src="/example/html/frame_c.html">
</frameset>
</frameset>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询