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;
01 април 2011, петък
How to align center on the screen when using position absolute with CSS
Етикети:
absolute,
align center,
center,
CSS,
position absolute,
using CSS
Абонамент за:
Коментари за публикацията (Atom)
1 коментара:
Hey - I am certainly glad to find this. Good job!
Публикуване на коментар