怎样让底部的bottom在最下层
<styletype="text/css">#top{height:80px;background:gray;}#box{height:700px;width:80%;m...
<style type="text/css">#top{ height:80px; background:gray;}#box{ height:700px; width:80%; margin-left:auto; margin-right:auto; margin-top:-30px;}#left{ height:700px; width:60px; margin:0px; float:left; background:red;}#center{ height:700px; width:auto; background:blue;}#right{ height:700px; width:60px; margin:0px; float:right; background:green;}#Clear{ clear:both;}#bottom{ height:80px; width:100%; background:gray; margin-top:-30px;}</style></head> <body> <div id="top">top</div> <div id="box"> <div id="left">left</div> <div id="right">right</div> <div id="center">center</div> </div> <div class="Clear"></div> <div id="bottom">bottom</div></body></html>
我的代码如上,可蓝色部分却始终浮不到灰色上面,为什么啊 展开
我的代码如上,可蓝色部分却始终浮不到灰色上面,为什么啊 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询