如何设置主 div 的中心?我会尝试很多方法,但我做不到。左右好像还行。如何更改垂直位置属性?我试过这些:
margin-left:auto;
margin-right:auto;
margin-top:auto;
margin-bottom:auto;
vertical-align:middle;
这些不起作用。
#main
{
width:1024px;
height:600px;
position:relative;
z-index:1;
margin:auto auto;
text-align: center;
}