<script language='javascript'>
function test(){
var _obj = document.all.ch.style;
var obj = document.all.pa.style;
if(obj.display == 'none'){
obj.display = '';
_obj.clip = 'rect(0,70,22,50)';
}else{
obj.display = 'none';
_obj.clip = 'rect(0,70,22,0)';
}
}
</script>
<div id='pa' style='position:absolute;width:100px;height:100px;background-color:#333333;left:100px;top:120px;z-index;1;display:none'>
<font color='#ffffff'>레이어 살리기라우</font>
</div>
<div id='ch' style='position:absolute;width:70px;height:22px;background-color:#333333;left:150px;top:150px;'>
<select style='width:70px'>
<option>a</option>
</select>
</div>
<a href='javascript:test()'>이거 어때요?</a>
function test(){
var _obj = document.all.ch.style;
var obj = document.all.pa.style;
if(obj.display == 'none'){
obj.display = '';
_obj.clip = 'rect(0,70,22,50)';
}else{
obj.display = 'none';
_obj.clip = 'rect(0,70,22,0)';
}
}
</script>
<div id='pa' style='position:absolute;width:100px;height:100px;background-color:#333333;left:100px;top:120px;z-index;1;display:none'>
<font color='#ffffff'>레이어 살리기라우</font>
</div>
<div id='ch' style='position:absolute;width:70px;height:22px;background-color:#333333;left:150px;top:150px;'>
<select style='width:70px'>
<option>a</option>
</select>
</div>
<a href='javascript:test()'>이거 어때요?</a>
반응형
'인터넷정보' 카테고리의 다른 글
자바 스크립트로 md4, md5, hex 변환하기 (0) | 2007.10.18 |
---|---|
자바 스크립트로 md4, md5, hex 변환하기 (0) | 2007.10.18 |
날아 다니는 이미지 (0) | 2007.10.18 |
날아 다니는 이미지 (0) | 2007.10.18 |
레이어 셀렉트 박스 최상위에... (0) | 2007.10.18 |
콤보박스(셀렉트박스다운) 메뉴 미 선택시 컬러 바뀌게... (0) | 2007.10.18 |
콤보박스(셀렉트박스다운) 메뉴 미 선택시 컬러 바뀌게... (0) | 2007.10.18 |
새창 가운데 띄우기 (0) | 2007.10.18 |
새창 가운데 띄우기 (0) | 2007.10.18 |
지정 시간 후 재생 시작되는 스크립트 (0) | 2007.10.18 |