ZDNet Korea레이어

<html>
<head>
<title>ZDNet Korea... 디지털 시대의 선명한 기준</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<style type="text/css">
.shot { filter: RevealTrans(Duration=0.8, Transition=12)}
</style>

</head>

<body>

<SCRIPT LANGUAGE="Javascript">
function setShotPosition( DIV_id, e ) {
if (document.all) {
DIV = eval ( "document.all." + DIV_id );
DIV.style.left = e.offsetX + 40;
} else if (document.getElementById) {
DIV = eval ( "document.getElementById('" + DIV_id + "')");
DIV.style.top = e.pageY;
DIV.style.left = e.pagex;
}
//DIV.style.zIndex = ++document.formPdsList.zIndex.value ;
}

function ShowShot( DIV_id ) {
var ie = ( document.all ) ? 1 : 0;
var ns6 = document.getElementById && !document.all ? 1 : 0;
var DIV = null;
if ( ie ) {
eval(DIV_id + ".filters.RevealTrans.apply()");
document.all[DIV_id].style.visibility = "visible";
eval(DIV_id+ ".filters.RevealTrans.play()");
//DIV = eval ( "document.all." + DIV_id );
//DIV.style.visibility="visible";
BtnShot = eval( "document.all." + "BtnShot" + DIV_id.substr(DIV_id.indexOf("_")) );
BtnShot.href = "javascript:HideShot('" + DIV_id + "')";
}
if ( ns6 ) {
DIV = eval ( "document.getElementById('" + DIV_id + "')");
DIV.style.visibility="visible";
BtnShot = eval( "document.getElementById('" + "BtnShot" + DIV_id.substr(DIV_id.indexOf("_")) + "')");
BtnShot.href = "javascript:HideShot('" + DIV_id + "')";
}
}

function HideShot( DIV_id ) {
var ie = ( document.all ) ? 1 : 0;
var ns6 = document.getElementById && !document.all ? 1 : 0;
var DIV = null;
if ( ie ) {
eval(DIV_id + ".filters.RevealTrans.apply()");
document.all[DIV_id].style.visibility = "hidden";
eval(DIV_id+ ".filters.RevealTrans.play()");
//DIV = eval ( "document.all." + DIV_id );
//DIV.style.visibility="hidden";
BtnShot = eval( "document.all." + "BtnShot" + DIV_id.substr(DIV_id.indexOf("_")) );
BtnShot.href = "javascript:ShowShot('" + DIV_id + "')";
}
if ( ns6 ) {
DIV = eval ( "document.getElementById('" + DIV_id + "')");
DIV.style.visibility="hidden";
BtnShot = eval( "document.getElementById('" + "BtnShot" + DIV_id.substr(DIV_id.indexOf("_")) + "')");
BtnShot.href = "javascript:ShowShot('" + DIV_id + "')";
}
}
</SCRIPT>


<!-- 사진 ------>

<table style="border-collapse:collapse;" cellspacing="0">
<tr>
<td width="100%">
<div id='pds_3488' style='position:relative; top:100px; left:100px; visibility:show'>
<a href="javascript:ShowShot( 'shot_3488' );" onClick="setShotPosition( 'shot_3488' , event)" id='BtnShot_3488'><img src="data_img/pds/screenshot/pds_3488.gif" width=136 height=106 border=0 alt='큰이미지보기' style='border: 2px solid #EEEBE8'>
</a><div id="shot_3488" style="width:200px; height:200px; position:absolute; left:50px; top:-30px; z-index:10; visibility:hidden;" class='shot'>
<a href="javascript:HideShot( 'shot_3488' )"><img src='/data_img/pds/screenshot/pds_3488.gif' border='0' alt='클릭하면 스크린샷이 닫힙니다' name='screen_shot_aid'></A>
</div>
</div>
</td>
</tr>
</table>

<!-- 사진 끝 -->

</body>

</html><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다. 로그인

개발자팁

개발과 관련된 유용한 정보를 공유하세요. 질문은 QA에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
PHP 19년 전 조회 5,158
Flash 19년 전 조회 3,135
기타 19년 전 조회 3,386
Flash 19년 전 조회 5,466
기타 19년 전 조회 3,176
기타 19년 전 조회 2,815
Flash 19년 전 조회 3,576
MySQL 19년 전 조회 4,168
MySQL 19년 전 조회 5,225
PHP 19년 전 조회 5,927
JavaScript 19년 전 조회 3,708
MySQL 19년 전 조회 5,110
기타 19년 전 조회 3,151
기타 19년 전 조회 3,020
JavaScript 19년 전 조회 4,040
JavaScript 19년 전 조회 2,929
기타 19년 전 조회 3,249
JavaScript 19년 전 조회 1.9만
기타 19년 전 조회 2,524
JavaScript 19년 전 조회 4,196
기타 19년 전 조회 3,335
JavaScript 19년 전 조회 3,091
기타 19년 전 조회 3,744
MySQL 19년 전 조회 4,479
JavaScript 19년 전 조회 2,824
기타 19년 전 조회 2,554
기타 19년 전 조회 4,600
JavaScript 19년 전 조회 6,295
JavaScript 19년 전 조회 3,238
기타 19년 전 조회 2,532
🐛 버그신고