How do I center floated elements?

Removing floats, and using inline-block may fix your problems: (remove the lines starting with – and add the lines starting with +.) Show code snippet inline-block works cross-browser, even on IE6 as long as the element is originally an inline element. Quote from quirksmode: An inline block is placed inline (ie. on the same line … Read more