narutodude000
04-02-2010, 10:45 PM
.bottom {position:absolute;
bottom: 0;
width: 700px;
margin-left: auto;
margin-right: auto;
}
I want to a div to be centered at the bottom.
edit: never mind
bottom: 0;
width: 700px;
margin-left: auto;
margin-right: auto;
}
I want to a div to be centered at the bottom.
edit: never mind