margin:0 auto;
<style>
*{ margin:0;
padding:0;
font-size:12px;}
body{ background-color:#F5f5f5;}
.top{ width:100%; height:27px;
background:url(images/top_bg.jpg) repeat-x;
}
.top_content{
width:1000px;
margin:0 auto;
}
</style>
</head>
<body>
<div class="top">
?<div class="top_content"></div>
? <ul>
? ?<li>設(shè)為首頁(yè)</li>
? ?<li>加入收藏</li>
? ?<li>聯(lián)系我們</li>
? </ul>
</div><!--top結(jié)束-->
</body>
</html>
跟老師寫(xiě)的一樣但是加入 margin:0 auto;之后頂部的字體不是應(yīng)該居中嗎。但是我的沒(méi)起到作用
2016-09-23
你沒(méi)有用發(fā)現(xiàn)你的ul并沒(méi)有包含在class為top_content的div里面。
2016-09-23
恩恩 剛剛才發(fā)現(xiàn) 沒(méi)包裹住 。謝謝