如何设置DIV在浏览器中垂直居中,无论浏览器如何扩大与缩小,DIV都垂直居中于浏览器中间
展开全部
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title></title>
</head>
<body style=" height:100%; width:100%">
<form id="form1" runat="server">
<div>
<div style=" height:20%; width:100%; position:absolute; top:40%; border:solid green 1px">
垂直居中
</div>
</div>
</form>
</body>
</html>
<head runat="server">
<title></title>
</head>
<body style=" height:100%; width:100%">
<form id="form1" runat="server">
<div>
<div style=" height:20%; width:100%; position:absolute; top:40%; border:solid green 1px">
垂直居中
</div>
</div>
</form>
</body>
</html>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询