Revision: 40414
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 1, 2011 19:19 by fadehelix
Initial Code
#wrapper { position:relative; } #centeredBox { position:absolute; top: 50%; left: 50%; width:200px; height:300px; margin-left: -100px; /*1/2 width*/ margin-top: -150px; /*1/2 of height*/ }
Initial URL
Initial Description
Initial Title
Center div in another div
Initial Tags
css, center
Initial Language
CSS