3个回答
2013-09-01
展开全部
body {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-09-01
展开全部
试试用属性 align="center"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-09-01
展开全部
<html>
<head>
<style>
html,body{height:100%; margin:0; padding:0; overflow:hidden; background-color:#F00;}
.d2{width:200px; height:200px; position:absolute; top:50%; left:50%; z-index:1;/*background-color:#FF0;*/}
.d3{background-color:#06C; width:200px; height:200px; position:relative; top:-50%; left:-50%;}
</style>
</head>
<body>
<div class="d2">
<div class="d3">this</div>
</div>
</body></html>
<head>
<style>
html,body{height:100%; margin:0; padding:0; overflow:hidden; background-color:#F00;}
.d2{width:200px; height:200px; position:absolute; top:50%; left:50%; z-index:1;/*background-color:#FF0;*/}
.d3{background-color:#06C; width:200px; height:200px; position:relative; top:-50%; left:-50%;}
</style>
</head>
<body>
<div class="d2">
<div class="d3">this</div>
</div>
</body></html>
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询