如何使div的层设置在网页中间,随屏幕变化而变化,求详解。
3个回答
展开全部
横向居中:
body{text-align:center;}
.mydiv{
margin:0 auto;
width:200px;
}
<div class="mydiv">自己加个背景色看看效果</div>
横竖都要居中的话,看这个回答,懒得去复制了:
http://zhidao.baidu.com/question/303881671.html
body{text-align:center;}
.mydiv{
margin:0 auto;
width:200px;
}
<div class="mydiv">自己加个背景色看看效果</div>
横竖都要居中的话,看这个回答,懒得去复制了:
http://zhidao.baidu.com/question/303881671.html
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
.pop_box{
width:440px;
height:300px;
border:1px solid #8d2424;
background-color:#c3c3c3;
position:fixed;
top:50%;
left:50%;
margin:-150px auto auto -220px;
_position:absolute; /* for IE6 */ _top: expression(documentElement.scrollTop +(documentElement.clientHeight)/2);
z-index:1000; }
width:440px;
height:300px;
border:1px solid #8d2424;
background-color:#c3c3c3;
position:fixed;
top:50%;
left:50%;
margin:-150px auto auto -220px;
_position:absolute; /* for IE6 */ _top: expression(documentElement.scrollTop +(documentElement.clientHeight)/2);
z-index:1000; }
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
.pop_box{
width:440px;
height:300px;
margin:0 auto 0 auto;
}
width:440px;
height:300px;
margin:0 auto 0 auto;
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询