📖
간단한 Lightbox 모달 창
페이지 정보
본문
[code]<div id="custom-alert" style="display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);
background: white; padding: 20px; box-shadow: 0px 0px 10px rgba(0,0,0,0.2); text-align: center;">
<p>서비스 이용 권한이 없습니다.<br>회원이시라면 로그인 후 이용해 보십시오.</p>
<a href="url.php">로그인</a>
</div>
<script>
function showCustomAlert() {
document.getElementById("custom-alert").style.display = "block";
}
showCustomAlert();
</script>[/code]
background: white; padding: 20px; box-shadow: 0px 0px 10px rgba(0,0,0,0.2); text-align: center;">
<p>서비스 이용 권한이 없습니다.<br>회원이시라면 로그인 후 이용해 보십시오.</p>
<a href="url.php">로그인</a>
</div>
<script>
function showCustomAlert() {
document.getElementById("custom-alert").style.display = "block";
}
showCustomAlert();
</script>[/code]
댓글목록
등록된 댓글이 없습니다.
![]() ![]() |