vertical & horizontal centering in css
No Comments Yet so far
Leave a comment
September 30, 2007, 4:34 am
Filed under: css
Filed under: css
#centered {
position: absolute;
width:360px;
height:206px;
top: 50%;
left: 50%;
margin-top: -103px; /* half of height */
margin-left: -180px; /* half of width */
text-align: center;
}
see it in action on my temporary home page: www.digitalemma.net
Leave a Comment
No Comments Yet so far
Leave a comment
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>


