Return to Snippet

Revision: 48580
at July 5, 2011 18:20 by noelj


Initial Code
#container {
    width: 140px;
    border: 1px solid #666666;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -70px; /* width/2 */
}

Initial URL


Initial Description


Initial Title
CSS Center DIV on absolute position

Initial Tags


Initial Language
CSS