+ -
当前位置:首页 → 问答吧 → DIV对齐求助啊

DIV对齐求助啊

时间:2010-11-17

来源:互联网

从上往下数的第三个DIV不能自动居中左对齐啊,请问要怎么改才行,还有怎么在同一行建2个并排的DIV啊?求助了!!!希望好心人告诉我
代码如下:<style type="text/css">
<!--
#apDiv1 {
       position:absolute;
       width:1024px;
       height:115px;
       z-index:1;
       left: -4px;
       top: 375px;
}
#apDiv2 {
       position:absolute;
       width:107px;
       height:33px;
       z-index:2;
       left: 801px;
       top: 107px;
}
#apDiv3 {
       position:absolute;
       width:98px;
       height:17px;
       z-index:2;
       left: 795px;
       top: 76px;
}
#apDiv3 table tr th {
       font-weight: bold;
       font-size: 18px;
}
-->
</style>
</head>

<body>
<div style="width:1024px;height:574px;margin:0 auto"><img src="image/顶端.jpg" width="1024" height="574" /></div>
<div style="width:1024px;height:48px;margin:0 auto"><img src="image/导航栏.jpg" width="1024" height="48" /></div>
<div style="width:340px;height:150px;text-align:center"><img  src="image/用户管理.jpg" width="340" height="150 " /></div>
</body>
</html>

作者: jk3925137   发布时间: 2010-11-17

需要并排的两个div里面加上float代码。

作者: shellf485   发布时间: 2010-11-17