엠

마우스오버시나타나는레이어

· 2006-12-15 (금) 12:20:24 · 4789
<html>
<head>
</head>
<body>

<!-- 메뉴 테이블-->
<div align="right">
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td width="117"><img src=./sub_top_menu02.gif width=115 height=37 style='cursor:hand;' onclick=setMenu(1); onMouseOver=setMenu(1); onMouseout=setMenu(0);></td>
</tr>
</table>
</div>
<!-- 메뉴 테이블-->


<!-- global menu layer start-->
<p><div id="gml" onmouseover=setMenu(1) onmouseout=setMenu(0); style="width:113px; height:174px; position:absolute; left:50px; top:110px; z-index:1; visibility:hidden; left:expression(((document.body.clientWidth-900)/2)+611); filter: alpha(opacity=100);">
<table width=113 border=0 cellspacing=0 cellpadding=0>
<tr><td rowspan="8" width=3 bgcolor=D6D6D6></td>
<td width=107 height=3 bgcolor=D6D6D6></td>
<td width=3 rowspan="8" bgcolor=D6D6D6></td>
</tr>
<tr><td bgcolor=#FFFFFF height=2></td></tr>
<tr><td bgcolor=#FFFFFF style='padding:2 0 2 7;cursor:hand' onMouseOver=this.style.background='#' OnMouseOut=this.style.background='#ffffff' onClick=top.location.href='./';>메뉴1</td></tr>
<tr><td bgcolor=#FFFFFF style='padding:2 0 2 7;cursor:hand' onMouseOver=this.style.background='#' OnMouseOut=this.style.background='#ffffff' onClick=top.location.href='./';>메뉴2</td></tr>
<tr><td bgcolor=#FFFFFF style='padding:2 0 2 7;cursor:hand' onMouseOver=this.style.background='#' OnMouseOut=this.style.background='#ffffff' onClick=window.open('./');>메뉴3</td></tr>
<tr><td bgcolor=#FFFFFF style='padding:2 0 2 7;cursor:hand' onMouseOver=this.style.background='#' OnMouseOut=this.style.background='#ffffff' onClick=window.open('./');>메뉴4</td></tr>
<tr><td bgcolor=#FFFFFF style='padding:2 0 2 7;cursor:hand' onMouseOver=this.style.background='#' OnMouseOut=this.style.background='#ffffff' onClick=top.location.href='./';>메뉴5</td></tr>
<tr><td width=107 height=3 bgcolor=D6D6D6></td></tr>
</table>
</div>
<script language=javascript>
<!--//
function setMenu(stat){
if (stat == 1){
var len = ((document.body.clientWidth-900)/2)+613
if(len < 613 ){
len = 613
}
document.all.gml.style.zIndex = 1;
document.all.gml.style.position = 'absolute';
document.all.gml.style.left = len;
document.all.gml.style.visibility = 'visible';
} else if (stat == 0) {
document.all.gml.style.visibility = 'hidden';
}
}
//-->
</script>

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

개발자팁

5,403건

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

+
분류 제목 글쓴이 날짜 조회
기타 07-03-13 조회 3,472
PHP 07-03-12 조회 4,938
기타 07-03-11 조회 5,464
JavaScript 07-03-08 조회 4,755
JavaScript 07-03-08 조회 4,182
기타 07-03-08 조회 3,241
JavaScript 07-03-08 조회 3,806
JavaScript 07-03-08 조회 5,265
기타 07-03-07 조회 4,620
Flash 07-03-07 조회 5,149
Flash 07-03-07 조회 3,277
기타 07-03-06 조회 3,578
JavaScript 07-03-05 조회 4,600
기타 07-03-04 조회 3,635
기타 07-03-04 조회 4,527
JavaScript 07-03-04 조회 3,431
기타 07-03-04 조회 3,686
기타 07-03-04 조회 3,720
기타 07-03-03 조회 4,298
기타 07-03-02 조회 3,402
기타 07-03-02 조회 3,517
기타 07-03-02 조회 3,423
기타 07-03-02 조회 3,141
MySQL 07-03-02 조회 8,201
기타 07-03-01 조회 3,802
JavaScript 07-03-01 조회 9,355
JavaScript 07-02-28 조회 3,521
MySQL 07-02-27 조회 7,761
JavaScript 07-02-27 조회 4,901
JavaScript 07-02-26 조회 3,667