div要素を画面中央に配置する方法

2011年2月13日

div#main{
    width:800px;
    position:absolute;
    left:50%;
    margin-left:-400px;
}

web

Posted by GENDOSU