I have a div and inside it is other divs.My div is:<div id="Table_01"></div>
How can i center it so that all other divs are centered?.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
And be sure it doesn’t have a 100%
widthvalue.— Edit:
Since you’re using a
position: absolute;with a known width (of900pxin this case) you can do:where the
-450pxis half of the width, negated.