I want to float a div to center. Is it possible? text-align: center is not working in IE.
div
text-align: center
Try this, it helped me: wrap the div in tags, the problem is that it will center the content of the div also (if not coded otherwise). Hope that helps :)