I want to float a div to center. Is it possible? text-align: center is not working in IE.
I want to float a div to center. Is it possible? text-align: center is
Share
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.
There is no float to center per se. If you want to center a block element inside another do this:
with:
Now that won’t make the text wrap around it (like it would with a float left or right) but like I said: there is no float center.