Archive for the ‘Css’ Category

absolute : position “center”

Saturday, January 5th, 2008
.img1 {
position: absolute;
top: 30px;
left: 50%;
margin-left: -<half of image width>px;
}