本帖最后由 秦二江 于 2013-5-3 00:43 编辑
<html>
<head>
<title></title>
<style type ="text/css">
div
{
margin-left:auto;
margin-right:auto;
margin-top :100px;
width:350px;
}
</style>
</head>
<body>
<div>
<table>
<tr><td>姓名:</td><td ><input type="text" /></td></tr>
</table>
</div>
</body>
</html>
这个 margin-left:100px; 还能起作用,但 margin-left:auto; 没反应,缓存也都清了
|