마우스 오버시 타나나는 레이어
페이지 정보
작성자 MintState 댓글 0건 조회 16,213회 작성일 08-10-31 11:44본문
마우스 오버시 타나나는 레이어
<SCRIPT language=javascript>
function showon(what){ what.style.visibility='visible'; }
function hide(what){ what.style.visibility='hidden'; }
</SCRIPT>
<a onmouseover="showon(show12)" onmouseout="hide(show12)" style="CURSOR:hand"><img src="/menu.gif" /></a>
<DIV id="show12" style="position:absolute; left:150px; top:100px; visibility:hidden;" onmouseover="showon(show12)" onmouseout="hide(show12)" >
<table width="200" border="0" cellspacing="0" cellpadding="0" bgcolor=#ffffff style="filter:alpha(opacity=90)">
<tr>
<td align="left"><a href="http://yesyo.com">ㆍ연결하세나~~</a> </td>
</tr>
<?}?>
</table>
</DIV>|
|
댓글목록
등록된 댓글이 없습니다.





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