01 април 2011, петък

How to align center on the screen when using position absolute with CSS

Align center of the screen when the container is positioned absolute:

In order to align your container to the center of the screen, you need is the following code.

margin: auto; left:0; right:0; top:0; bottom:0;