메뉴 건너뛰기

프로그램언어

조회 수 4618 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
<style type="text/css">
    .black_overlay{
      display: none;
      position: absolute;
      top: 0%;
      left: 0%;
      width: 100%;
      height: 100%;
      background-color: black;
      z-index:1001;
      -moz-opacity: 0.8;
      opacity:.50;
      filter: alpha(opacity=50);
    }
    .white_content {
      display: none;
      position: fixed;
      top: 10%;
      left: 50%;
      margin-left: -231px;
      width: 462px;
      height: 478px;
      padding: 16px;
      border: 5px solid orange;
      background-color: white;
      z-index:1002;
      overflow: auto;
    }
  </style>

<script>

    $('#formname).click(function(){
      $('#light').show();
      $('#fade').show();
      var height = document.body.scrollHeight;
      $('#fade').css("height",height);
      $('#light').load("filename");
    });

</script>

.

.

.

.

<div id="light" class="white_content">
</div>
<div id="fade" class="black_overlay"></div>


List of Articles
번호 제목 날짜 조회 수
12 IIS7 에서 woff MIME 등록하기. 2015.02.03 4726
11 말줄임 2016.12.22 4724
10 모바일 실제 해상도와 device-width 2015.02.03 4722
9 링크 오버속성+버튼 디자인 2016.12.23 4664
» light박스 css로 흉내내기 2016.12.22 4618
7 파비콘 없어서 계속 서버에 로그 쌓이는 경우 2019.04.29 819
6 CSS - display : flex를 통한 수직, 수평 정렬하기 file 2021.03.09 428
5 CSS - position:absolute 가운데, 중앙 정렬하기 file 2021.03.09 367
4 CSS 미적용, 다르게 적용 2021.03.26 196
3 CSS / 링크 상태 속성 / <a>태그 CSS / 밑줄 없애기,변경하기 2023.01.27 92
2 CSS/기호/공백/띄어쓰기/<> 2023.01.27 82
1 CSS/table/border-collapse/테이블 선 속성 file 2023.01.27 66
Board Pagination Prev 1 2 Next
/ 2

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved