뺑글이(로딩) 이미지와 CSS
마스터욱
0
22
0
0
2020-03-15 03:10:37
<div style="display:none;position:fixed;_position:absolute;top:0;left:0;z-index:10000;width:100%;height:100%" id="fog">
<div style="position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.1;filter:alpha(opacity=10);"></div>
<div style="position:absolute;top:50%;margin-top:-125px;text-align:center;width:100%;">
<img src="img/circle-loading.gif" onclick="$('#fog').hide();" />
</div>
</div>