Heim >Web-Frontend >HTML-Tutorial >编写HTML5页面,CSS中设置"margin:0px,auto"不能使div居中,请问是何原因?_html/css_WEB-ITnose

编写HTML5页面,CSS中设置"margin:0px,auto"不能使div居中,请问是何原因?_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:51:591245Durchsuche

编写HTML5页面,CSS中设置"margin:0px,auto"不能使div居中,请问是何原因?

html页面代码如下:

<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server">    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>    <title></title>    <link href="css/login.css" rel="stylesheet" />    <script src="js/LoadJs.js" type="text/javascript"></script></head><body>       <div class="Fu">             </div>    </form></body></html>


CSS文件代码如下:
body {    background-color:rgba(241,244,245,80);    margin:0px;    padding:0px;    text-align:center;}.Fu {   margin:0px,auto;   padding:0px;   width:400px;   height:200px;   background-color:#FFF;   border:1px solid #000;}


使用火狐、IE10、IE11均不能使div水平居中,请问是什么原因造成的,怎样才能解决?


回复讨论(解决方案)

margin:0px auto;
空格

margin:0px auto;
空格



给跪了!还真是!看了大半天没看出来!结贴给分!
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn