body设置一个DIV,并让这个DIV居中显示,怎样做?
想设置一个600px宽的页面,并居中显示下面的代码怎么改?<htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="se...
想设置一个600px宽的页面,并居中显示
下面的代码怎么改?
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>
margin是个什么东西? 展开
下面的代码怎么改?
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>
margin是个什么东西? 展开
8个回答
展开全部
body style="text-align:center;"
div style="width:600px;margin-left:auto;margin-right:auto;"
margin就是对象与其容器的边框之间的距离
div style="width:600px;margin-left:auto;margin-right:auto;"
margin就是对象与其容器的边框之间的距离
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
BODY 设置text-align:center;这是一种方法
还有另一种就是设置该DIV的margin-left:auto;margin-right:auto;
还有另一种就是设置该DIV的margin-left:auto;margin-right:auto;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body style="text-align:center">
<form id="form1" runat="server">
<div style="width:600px;">
</div>
</form>
</body>
</html>
<head runat="server">
<title>无标题页</title>
</head>
<body style="text-align:center">
<form id="form1" runat="server">
<div style="width:600px;">
</div>
</form>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<center>
<div>
</div>
</center>
<div>
</div>
</center>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询