2011年7月16日 星期六

【CSS】置中

昨天那個專案做完後要把容器 div 置中,結果放了 margin:auto auto; 卻沒用?

結果是我的容器 div 忘了放寬度,就這麼簡單...
#container{
    margin:auto auto;
    width:1024px; 
    height:768px;
}

參考資料:阿德筆記

沒有留言:

張貼留言