맨위로
믹시

모달윈도우 modalWindow 레이어팝업

HTML/CSS 조회 수 9075 추천 수 0 2010.01.16 12:42:57
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>ModalWindow</title>
<style type="text/css">
/* modalWindow */
.popWindow { display:none; position:fixed; left:0; top:0; _position:absolute; width:100%; height:100%; z-index:100; }
.popWindow .modalWindow { display:block; position:fixed; border:0; left:0; top:0; width:100%; height:10000px; background:#000; opacity:.3; filter:alpha(opacity:30);}
.popWindow .popLayer { position:absolute; width:300px; top:120px; left:50%; padding:30px; border:2px solid #737373; margin:0 0 0 -180px; background:#fff; }
.close { height:27px; padding:0;width:27px; background:transparent url(http://board.xpressengine.net/modules/project/skins/xe_project/img/buttonCloseX.gif) no-repeat scroll center center; border:0 none; cursor:pointer; }
.close span{font-size:0;line-height:0;overflow:hidden;position:absolute;visibility:hidden;width:0;}
</style>
</head>
<body>
<button type="button" onclick="document.getElementById('popWindow').style.display='block'" accesskey="L">열기</button>
<div style="display:none;" id="popWindow" class="popWindow"> <span class="modalWindow"></span>
<div class="popLayer">
<button type="button" class="close" onclick="document.getElementById('popWindow').style.display='none'" accesskey="X"><span>닫기</span></button>
  </div>
</div>
</body>
</html>



ie6에서 제대로 구현이 아직안되네요.!!!
List of Articles
번호 제목 글쓴이 날짜 조회 수 최근 수정일
공지 Windows 웹개발관련 팁,소스등을 모아놓은곳입니다. file id: 김선생 2006-03-09 86389 2011-02-01 23:57

Development jQuery란? file

- JQuery란? 2006년 초에 개발된 자바스트립트 라이브러리 자바스크립트 프로그래밍을 쉽게 개발하기 위해 만들어졌음. dom에 query를 날려서 필요한 노드들 찾아낸 다음, 거기에 어떤 작업을 수행한다는 컨셉으로 개발됨. 예...

  • id: 김선생
  • 2010-02-02
  • 조회 수 6020
  • 2010-02-02 23:31

Windows Xshell 3.0 Build 0267 - 새롭고 향상된 Telnet/SSH 지원 터미널 에뮬레이션 file

http://www.netsarang.co.kr/download/down_xsh3.html Xshell 3.0 다운로드 페이지에 오신 것을 환영합니다. ㈜넷사랑컴퓨터의 모든 제품은 설치 후 30일 간 평가용으로 사용할 수 있습니다. 업무용으로 사용하거나 기간이 지난 후...

  • id: 김선생
  • 2010-01-28
  • 조회 수 6347
  • 2010-01-28 21:46

HTML/CSS 모달윈도우 modalWindow 레이어팝업 file

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko"> <head> <meta http-equiv="Conten...

  • id: 김선생
  • 2010-01-16
  • 조회 수 9075
  • 2010-01-16 12:45

Windows Windows Server 2003 설정 file

출처: https://partnering.one.microsoft.com/ [윈도우 2003 정품 인증 안 받는법] 실행에서regedit를칩니다. 다음경로로이동합니다. HKEY_LOCAL_MACHINE->SOFTWARE->Microsoft->Windows NT->CurrentVersion->WPAEvents 에보...

  • id: 김선생
  • 2010-01-10
  • 조회 수 6469
  • 2010-01-10 17:36

Zeroboard 특정게시판, 비밀글로 작성하기

1. zbxe설치폴더/moudles/board/skins/xe_board/skin.xml파일의 ine 92아래줄에 소스를 삽입한다. <var name="secret_document" type="select"> <title xml:lang="ko">비밀글 작성</title> <title xml:lang="jp">비밀글 작성</title> <title x...

  • id: 김선생
  • 2010-01-02
  • 조회 수 4028
  • 2010-01-03 23:18

Actionscript 책장넘기기 file

http://www.pixelwit.com/blog/page-flip/ http://blog.naver.com/etwas0227/60023940380

  • id: 김기현
  • 2009-12-30
  • 조회 수 6415
  • 2009-12-31 23:42

Javascript 좌우 버튼 컨트롤 슬라이딩 UI file

http://music.naver.com/event.nhn?m=xmas

  • id: 김기현
  • 2009-12-25
  • 조회 수 4652
  • 2009-12-25 12:37

Javascript 셀렉트박스 이미지처리 file

selectbox-img.zip

  • id: 김기현
  • 2009-12-16
  • 조회 수 5292
  • 2009-12-16 23:10

HTML/CSS CSS 핵 Hack file

/***** 선택자 핵 ******/ /* IE 6 이상 */ * html #uno { color: red } /* IE 7 이상 */ *:first-child+html #dos { color: red } /* IE 7 과 현대 브라우저 */ html>body #tres { color: red } /* 현대 부라우저...

  • id: 김기현
  • 2009-12-16
  • 조회 수 7090
  • 2009-12-25 20:16

Actionscript 반짝이는 효과모음 반딧불효과 file

http://yawoong.com/board/view.php?id=source&no=19111 반딧불효과모음01.fla

  • id: 김기현
  • 2009-12-02
  • 조회 수 5210
  • 2009-12-02 13:51