반응형
이미지 만들기
HTML
<div id = "divLoadingWrapper" class = "loadingWrapper">
<img class = "loadingImage" src="/resource/images/myLoading.gif">
</div>
CSS
.loadingWrapper {
z-index: 99;
display: none;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
position: fixed;
opacity: 0.7;
background-color: #fff;
text-align: center;
}
.loadingImage {
position : absolute;
top: 50%;
left: 50%;
z-index: 100;
}
반응형
'프론트엔드 > HTML, CSS' 카테고리의 다른 글
HTML DOM 이해 및 관련 자료 (0) | 2016.01.05 |
---|---|
Site1 작업했던 페이지에 필요 데이터 (0) | 2013.12.26 |
Site1 작업내용 페이지들 (0) | 2013.12.26 |
HTML5 소개 및 동영상 사이트 (0) | 2013.04.10 |
WRITTEN BY
,