怎样让底部的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>
我的代码如上,可蓝色部分却始终浮不到灰色上面,为什么啊
展开
 我来答
topsailing
2014-04-29 · TA获得超过195个赞
知道小有建树答主
回答量:215
采纳率:0%
帮助的人:170万
展开全部
#bottom{

height:80px;
width:100%;
background:gray;
margin-top:-30px;
position:absolute;
z-index:-1
}

样式表中将层级设置为-1级;
我也刚刚学习html、这个网站能帮助你很多:w3school.com.cn
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式