메뉴 건너뛰기

전국분동대여

일반 자료실

컴퓨터/IT 하이퍼링크 텍스트 애니메이션

GACHIMOA 2018.07.23 15:36 조회 수 : 374

하이퍼링크 텍스트 애니메이션

 

<!--1. 아래의 스크립트를 <HEAD></HEAD>사이에 복사해 넣으세요-->
<script>
<!-- Beginning of JavaScript -
var i_strength=0
var max_strength=6
var shadowcolor="red"
var timer
var speed=50
var thisobj
function gotoURL(){
      var newWindow=window.open("http://www.gachimoa.com","newwin","status,directories,menubar,scrollbars,titlebar,toolbar,resizable,HEIGHT=600,WIDTH=1000")
      newWindow.focus()
}
function stopfilter(thisdiv){
    if (document.all) {
        clearTimeout(timer)
            thisobj=thisdiv
        thisobj.style.filter=" "
    }
}

function startfilter(thisdiv){
    if (document.all) {
        clearTimeout(timer)
            thisobj=thisdiv
        morefilter()
    }
}
function morefilter(){
    if (i_strength <=max_strength) {
            thisobj.style.filter="glow(color="+shadowcolor+", strength="+i_strength+")"
        i_strength++
        timer = setTimeout("morefilter()",speed)
    }
    else {
        clearTimeout(timer)
        lessfilter()
    }
}
function lessfilter(){
    if (i_strength >=0) {
            thisobj.style.filter="glow(color="+shadowcolor+", strength="+i_strength+")"
        i_strength--
        timer = setTimeout("lessfilter()",speed)
    }    
    else {
        clearTimeout(timer)
        morefilter()
    }
}
// - End of JavaScript - -->
</script>
<STYLE TYPE="text/css">
.nav {
    position:absolute;
    left:40px;
    font-family:Times;
    font-size=25pt;
    color:#FFFFFF;
    text-decoration:none
    }
</STYLE>
</HEAD>
<!--2. <BODY> 태그내에 onload="" 혹은 onunload 부분이 있으면 복사해 넣으세요-->
<body bgcolor="#000000" link="#FFFFFF" alink="#FFFFFF" vlink="#FFFFFF">
<!--3. <BODY></BODY> 부분에 아래의 스크립트를 복사해 넣으세요-->

<DIV id="news" class="nav" style="top:20px" onMouseOver="startfilter(this)" onMouseOut="stopfilter(this)" onClick="gotoURL()">자바 스크립트</DIV>
<DIV id="contact" class="nav" style="top:60px" onMouseOver="startfilter(this)" onMouseOut="stopfilter(this)" onClick="gotoURL()">CGI 스크립트</DIV>
<DIV id="chart" class="nav" style="top:100px" onMouseOver="startfilter(this)" onMouseOut="stopfilter(this)" onClick="gotoURL()">자바 Applets</DIV>
<DIV id="besteller" class="nav" style="top:140px" onMouseOver="startfilter(this)" onMouseOut="stopfilter(this)" onClick="gotoURL()">홈 페이지로</DIV>
<DIV id="scriptkiller" class="nav" style="top:180px" onMouseOver="startfilter(this)" onMouseOut="stopfilter(this)" onClick="gotoURL()">HELP</DIV>
 

번호 제목 글쓴이
3421 심장 건강에 좋은 습관 8가지 [1] 뉴퐁
3420 잠잘 때 왼쪽으로 자면 생기는 신체 변화 7가지 [2] 뉴퐁
3419 스트레스를 줄이는 놀라운 방법 6가지 [2] 싹쓰리
3418 여성이 팬티에 대해 알아야 할 7가지 [3] 싹쓰리
3417 끓였던 물을 또 끓이면 안 되는 이유 [1] 싹쓰리
3416 "치주염 환자, 코로나 감염 땐 사이토카인 폭풍 가능성 높아" [1] 쌍둥이맘
3415 스마트스토어 상위 노출 꿀팁. 경쟁률 낮은 세부키워드 뽑는 방법 [2] 나혼자번다
3414 열감지 안면인식 출입관리솔루션 400만원짜리를 40만원에(정부지원사업) [1] file 나혼자번다
3413 전자렌지요리 만능 레시피 대공개!! [3] 나혼자번다
3412 식초로 집안을 반짝반짝하게!! 식초 청소법 [4] 쌍둥이맘
3411 마시고 남은 김빠진 맥주 활용법 [2] 쌍둥이맘
3410 계란을 먹은 후 절대 바로 먹으면 안되는 것들 쌍둥이맘
3409 아주 유용한 커피상식 쌍둥이맘
3408 간 건강과 지방간 완화에 아주 효과적인 채소는? [2] 싹쓰리
3407 골다공증 예방과 뼈에 아주 좋은 음식 8가지 싹쓰리
3406 체했을 때, 감기 걸렸을 때, 관절염 통증에는 이것이 최고!! 싹쓰리
3405 장을 편안하게 하면서 소화를 돕는 식품 5가지 [1] 싹쓰리
3404 초보운전자가 반드시 알아야 하는 고속도로 운전매너 5 [1] 싹쓰리
3403 머리카락이나 두피를 상하게 하는 사소한 습관 5 라이믹스
3402 어둡고 칙칙한 피부를 환하게 해주는 필수적인 습관 5 라이믹스
위로