갤러리에 응용하면 좋을듯 하네요 미리보기 -> //jabusim.com/tutorials/java/tip.html ============================== <head>와 </head>사이에 넣어주세요 <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function showtip2(current,e,text){ if (document.all&&document.readyState=="complete"){ document.all.tooltip2.innerHTML='<marquee style="border:1px solid black;font-size:9pt;padding:5px">'+text+'</marquee>' document.all.tooltip2.style.pixelLeft=event.clientX+document.body.scrollLeft+10 document.all.tooltip2.style.pixelTop=event.clientY+document.body.scrollTop+10 document.all.tooltip2.style.visibility="visible" } else if (document.layers){ document.tooltip2.document.nstip.document.write('<b>'+text+'</b>') document.tooltip2.document.nstip.document.close() document.tooltip2.document.nstip.left=0 currentscroll=setInterval("scrolltip()",100) document.tooltip2.left=e.pageX+10 document.tooltip2.top=e.pageY+10 document.tooltip2.visibility="show" } } function hidetip2(){ if (document.all) document.all.tooltip2.style.visibility="hidden" else if (document.layers){ clearInterval(currentscroll) document.tooltip2.visibility="hidden" } } // End --> </script> <body>와</body>사이에 넣어주세요 <div id="tooltip2" style="position:absolute;visibility:hidden;clip:rect(0 200 50 0);width:200px;background-color:#efefef;z-index:10"></div> <div align="CENTER" name="divTest" onMouseover="showtip2(this,event,'따뜻함이 넘치는 커뮤니티');" onMouseout="hidetip2();" STYLE="cursor: hand"> <IMG SRC="//jabusim.com/toon3/img/logo.gif" BORDER="0"> </div> ![]() 2004-05-11 11:09:53
4562 번 읽음
☞ 로그인 후 의견을 남기실 수 있습니다
비씨파크 주식회사, 대표이사 : 박병철 개인정보보호책임자 : 박병철 ㆍ저작권안내 : 비씨파크의 모든 컨텐츠(기사)는 저작권법에 보호를 받습니다. 단, 회원들이 작성한 게시물의 권리는 해당 저작권자에게 있습니다. 비씨파크에 게재된 게시물은 비씨파크의 입장과 다를 수 있습니다. 타인의 저작물을 무단으로 게시, 판매, 대여 또는 상업적 이용시 손해배상의 책임과 처벌을 받을 수 있으며, 이에 대해 책임을 지지 않습니다. ㆍ쇼핑몰안내 : 비씨파크는 통신판매중개자로서 상품 주문, 배송 및 환불의 의무와 책임은 각 판매 업체에 있습니다. Copyright ⓒ 2000-2025 BCPARK Inc. All Right Reserved. |