이미지 CSS로 중앙 위치하기
lalwr
...분 소요
#loading {
background: url('../img/loading.gif') no-repeat;
position: absolute;
left: 50%;
margin-left : -75.5px; /* 이미지 가로 절반 크기 */
top: 1637px;
width:151px;
height:151px;
}
이전글
...
다음글
...