답변 2개
채택된 답변
+20 포인트
답변에 대한 댓글 3개
�
배꾸이
8년 전
�
슈와이
8년 전
<TD nowrap id="hover" onmouseover="$('.sub_hover').show()" onmouseout="$('.sub_hover').hide()">
�
배꾸이
8년 전
도움주셔서 감사합니다!~
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 1개
�
배꾸이
8년 전
제가 정확한 코딩을 알려드리지 않아서 그런가 안되네요 ㅠㅠ
[code]
<TABLE cellpadding="2" cellspacing="0" border="0">
<TR>
<TD nowrap id="hover"><A href="" target="main" onFocus="blur();" >DT-930</A></TD>
</TR>
</TABLE>
<div class="sub_hover" style="position:absolute;left:400px;top:6px;">
<li><a href="">Release in process(Manual)</a></li>
<li><a href="">Confirmation and Saving of Laydown(Manual)</a></li>
</div>
[/code]
이렇게 되어있습니다.. ㅠㅠ
[code]
<TABLE cellpadding="2" cellspacing="0" border="0">
<TR>
<TD nowrap id="hover"><A href="" target="main" onFocus="blur();" >DT-930</A></TD>
</TR>
</TABLE>
<div class="sub_hover" style="position:absolute;left:400px;top:6px;">
<li><a href="">Release in process(Manual)</a></li>
<li><a href="">Confirmation and Saving of Laydown(Manual)</a></li>
</div>
[/code]
이렇게 되어있습니다.. ㅠㅠ
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
[code]
<TABLE cellpadding="2" cellspacing="0" border="0">
<TR>
<TD nowrap id="hover"><A href="" target="main" onFocus="blur();" >DT-930</A></TD>
</TR>
</TABLE>
<div class="sub_hover" style="position:absolute;left:400px;top:6px;">
<li><a href="">Release in process(Manual)</a></li>
<li><a href="">Confirmation and Saving of Laydown(Manual)</a></li>
</div>
[/code]
이렇게 되어있습니다.. ㅠㅠ