Return to Snippet

Revision: 65043
at October 17, 2013 20:55 by thesmu


Initial Code
.divtagABS{
    width:300px;
    positon:absolute;
    left:0;
    right:0;
    margin:0 auto;
}

Initial URL
http://stackoverflow.com/questions/9998260/css-absolute-position-wont-work-with-margin-leftauto-margin-right-auto

Initial Description
absolute positioned element with margin auto

Initial Title
html - css absolute position with margin auto - Stack Overflow

Initial Tags


Initial Language
CSS