100分!!写一个HTML DIV布局!

来源:百度知道 编辑:UC知道 时间:2024/05/22 18:30:13
哭啊 不会写
用DIV写这样一个布局:如图
float这东西到底怎么用啊?5555555

又是你...原先发的那个我已经回答了,再贴一次好了

<div id="wrapper">

<div id="header"></div>

<div id="left" style="float:left;width:70%"></div>

<div id="right" style="float:right;width:29%">
<div id="right_top"></div>
<div id="right_center"></div>
<div id="right_bottom"></div>
</div>

<div id="footer" style="clear:both"></div>
</div>

body什么的标签我就省略了,主体就是以上的。