help center a DIV container
Posted: 07 Sep 2010, 02:52
Hey guys i'mn trying to center my Div container for my quick reply block. i know center is deprecated so i'm trying to figure out how to do it. the code i'm using is the following, but it's not perfectly centered... what am i doing wrong?
And this is my html:
This is my Css:
And this is my html:
Code: Select all
<div id="quickreply">
quick reply code here
</div>
This is my Css:
Code: Select all
/* quick reply position
-------------------------------------------------*/
#quickreply {
width: 1300px ;
margin-left: 50% ;
margin-right: 50% ;
}