글 수 51
<html>
<head>
<style>
body{font-size:9pt;}
th{text-align:right;background:#f6f6f6;}
table{border:1px solid #f2f2f2;width:100%;}
#layer1 {position:relative; left:0; top:0; z-index:3; visibility:hidden;}
</style>
<body topmargin='0' leftmargin='0'>
<INPUT TYPE="button" VALUE="레이어 감추기" OnClick="layer1.style.visibility='hidden'">
<INPUT TYPE="button" VALUE="레이어 보이기" OnClick="layer1.style.visibility='visible'">
<div ID='layer1'>
이곳에 내용을 넣으세요.
</div>
</body>
</html>










Script

Script 


