为了账号安全,请及时绑定邮箱和手机立即绑定

一个DIV如何覆盖另一个DIV?

一个DIV如何覆盖另一个DIV?

coder_cici 2016-06-19 14:43:23
 body {background-color:#00ff00;}            #wrap{                width: 1000px;                height: 600px;                border:1px solid red;                position: relative;                margin: 0 auto;                overflow: hidden;            }            #mid{                width: 1000000000000000000px;                height: 100%;                position: absolute;                left: 0;                top: 0;                transition: all  0.5s;                           }                 #btns{                position: absolute;                left:15;top:25;                bottom: 100px;bts如何覆盖住mid?
查看完整描述

8 回答

?
老猿

TA贡献86条经验 获得超82个赞

用z-index就可以覆盖

查看完整回答
2 反对 回复 2016-06-20
?
weibo_哆啦A梦有大口袋_0

TA贡献107条经验 获得超146个赞

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
.parent{width: 100px;height: 100px;margin: 100px auto;position: relative;background: #000;}
.sub{position: absolute;width: 100%;height: 100%;background: red;}
</style>
</head>
<body>
<div class="parent">
    <div class="sub"></div>
</div>
</body>
</html>


查看完整回答
1 反对 回复 2016-06-20
?
刚毅87

TA贡献345条经验 获得超309个赞

可以设置浮动,可以使用 margin, 还能用定位,

你最好把代码贴出来,可以具体说明.

查看完整回答
反对 回复 2016-06-20
?
没看完

TA贡献8条经验 获得超3个赞

可以试试z-index属性

查看完整回答
反对 回复 2016-06-20
?
柠檬酸钠

TA贡献331条经验 获得超534个赞

你连HTML都没有,这问题没法答。。。

查看完整回答
1 反对 回复 2016-06-19
?
柠檬酸钠

TA贡献331条经验 获得超534个赞

你连HTML都没有,这问题没法答。。

查看完整回答
1 反对 回复 2016-06-19
  • 8 回答
  • 0 关注
  • 6611 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信