Revision: 22490
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 13, 2010 10:23 by socreative
Initial Code
.centered { width: 300px;
height: 304px;
left: 50%;
top: 50%;
margin: -150px 0 0 -150px; /*-- halfs of the centered DIV height in width --*/
position: fixed; }
* html .centered { position:absolute; } /*-- IE6 fix --*/
Initial URL
Initial Description
Initial Title
Horizontal and Vertical CSS Centering
Initial Tags
css, center
Initial Language
CSS