How to center DIV in DIV?
- by Lukas
I'd like to ask you if anyone know how to horizontally center DIV in DIV with CSS ( if it's possible at all ). Outer DIV has 100%:
<div id="outer" style="width:100%">
<div id="inner">Foo foo</div>
</div>
I've been searching for the solution for some time but I haven't found it anywhere yet...