I want to float a div to center. Is it possible? text-align: center is not working in IE.
div
text-align: center
Inner
Float the div in the background to the max width, set a div inside that that's not transparent and center it using margin auto.