마우스오버시 테이블 색 서서히 변화주기 > JAVA Tip

본문 바로가기
사이트 내 전체검색

JAVA Tip

마우스오버시 테이블 색 서서히 변화주기

페이지 정보

본문

<head>와 </head>사이에 넣어주세요 
<script language="JavaScript">
<!--
var tInC=null;
var tIdC=null;
var tIdCOn = new Array(0,0,0,0);
var tIdCOff = new Array(1,1,1,1);

function tBgFIn(obj, col,idNum) {
if(tInC != obj && tInC != null && tIdCOn[idNum] == 0) tBgFOut(tInC,tIdC);       
if(tIdCOn[idNum] == 0) {
tIdCOn[idNum] = 1;
tIdCOff[idNum] = 0;
tInC=obj;
tIdC=idNum;
changeColor(obj, col);
}
}
function tBgFOut(obj,idNum) {
if(tIdCOff[idNum] == 0) {
tIdCOff[idNum] = 1;
tIdCOn[idNum] = 0;
changeColor(obj, "#ffffff");
}
}
function changeColor(obj, col) {
obj.filters.blendTrans.apply();
obj.style.backgroundColor= col;
obj.filters.blendTrans.play();
}

//-->

</script> 
<body>와 </body>사이에 넣어주세요 







<table width="400" height="50" cellpadding="0" cellspacing="1" border="0" bgcolor="#FF00CC">
<tr>
<td onMouseOver="tBgFIn(bgColorId0, 'pink',0)" onMouseOut="tBgFOut(tInC,tIdC)" id="bgColorId0" style="background-color: #ffffff; filter: blendTrans(duration=0.5);" width="200" height="50" align="center"> </td>
<td width="200" height="50" onMouseOver="tBgFIn(bgColorId1, '#ffffff',1)" onMouseOut="tBgFOut(tInC,tIdC)" id="bgColorId1" style="background-color: skyblue; filter: blendTrans(duration=0.5);" align="center"> </td>
<td width="200" height="50" onMouseOver="tBgFIn(bgColorId2, '#FCE0E0',2)" onMouseOut="tBgFOut(tInC,tIdC)" id="bgColorId2" style="background-color: #ffffff; filter: blendTrans(duration=0.5);" align="center"> </td>
<td width="200" height="50" onMouseOver="tBgFIn(bgColorId3, '#ffffff',3)" onMouseOut="tBgFOut(tInC,tIdC)" id="bgColorId3" style="background-color: #E2CBF9; filter: blendTrans(duration=0.5);" align="center"> </td>
</tr>
</table> 

onMouseOver="tBgFIn(bgColorId0, 'pink',0)" → 마우스를 올렸을 때 바뀔 색
background-color: #ffffff → 배경색

댓글목록

등록된 댓글이 없습니다.

Total 101건 3 페이지
JAVA Tip 목록
번호 제목 글쓴이 조회 날짜
69 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 3119 07-08
68 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 1767 07-08
열람중 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 2129 07-08
66 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 1477 07-08
65 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 1505 07-08
64 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 1752 07-08
63 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 1746 07-08
62 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 2878 07-08
61 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 1772 07-02
60 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 3365 07-01
59 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 2938 06-29
58 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 1588 06-29
57 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 2944 06-29
56 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 2988 06-29
55 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 1304 06-29
54 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 1388 06-29

검색

회원로그인

회원가입

사이트 정보

컴퓨터 정보,윈도우즈,리눅스,포토샵,3ds
맥스,프로그래밍 강좌팁

접속자집계

오늘
296
어제
724
최대
5,287
전체
637,295
Copyright © www.qdata.co.kr All rights reserved.