글 수 214
<!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에서 제대로 구현이 아직안되네요.!!!
![IMGWizard[이미지위자드]](/layouts/wizard/images/default/zeroBoardXE.png)


