JavaScript 모든 링크에 무지개 효과를 주는 자바스크립트
페이지 정보
첨부파일
-
rainbow.js (7.2K)
106회 다운로드 | DATE : 2012-04-06 21:01:19
본문
사용법 :
<script type="text/javascript" src="rainbow.js"></script> 를 삽입하면 사용할수 있습니다.
"onMouseover"와 "onMouseout"속성을 추가할 필요가 없습니다.
다른 문장 (아니 링크 텍스트)에 효과를 추가하려는 경우 다음 onmouseover="doRainbow" onmouseout="stopRainbow" 를 해당 테그에 삽입합니다.
이 스크립트는 위의 IE4이후, Netscape6, 모질라 브라우저에서 작동됩니다.
다른 브라우저에서는 작동하지 않지만 다른 오류가 발생하지 않습니다.
************************************************************************
Rainbow Links Version 1.03 (2003.9.20)
Script updated by Dynamicdrive.com for IE6
Copyright (C) 1999-2001 TAKANASHI Mizuki
takanasi@hamal.freemail.ne.jp
----------------------------------------------------------------------
Read it somehow even if my English text is a little wrong! ;-)
Usage:
Insert '<script src="rainbow.js"></script>' into the BODY section,
right after the BODY tag itself, before anything else.
You don't need to add "onMouseover" and "onMouseout" attributes!!
If you'd like to add effect to other texts(not link texts), then
add 'onmouseover="doRainbow(this);"' and
'onmouseout="stopRainbow();"' to the target tags.
This Script works with IE4,Netscape6,Mozilla browser and above only,
but no error occurs on other browsers.
************************************************************************
댓글목록
등록된 댓글이 없습니다.