I want to float a div to center. Is it possible? text-align: center is not working in IE.
div
text-align: center
this could help you..:D
div#outer { width:200px; height:200px; float:left; position:fixed; border:solid 5px red; } div#inner { border:solid 5px green; }
Stuff to center