I seem to be having trouble centering my Container div. Attached is a screenshot of what it is currently doing and below is the css code for the div. I am trying to position the entire webpage content (Container Div) in the center of the page, but none of my quick google searches have resulted in anything usable
Any assistance will be appreciated and I hope everyone is having an enjoyable Labor Day Weekend!
#ContainerNormal {
width: 1250px;
text-align: center;
padding: 10px;
background-color:#900;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
min-height: 100%;
z-index: 5;
margin-left: 50%;
position: absolute;
}

New Topic/Question
Reply


MultiQuote







|