글씨의 색을 자동으로 변환시켜주는 자바스크립트 입니다.
<html>
<head>
<style type="text/css">
.hym{
color:black;
font-weight:400;
margin:10px 0px 10px 0px;
cursor:help;
width:140px;
height:25px;
padding:3px;
border:1px solid red;
background-color:lightyellow;
}
</style>
<script language="javascript">
var colorArray = ["#cedfff","#b0acff","#ee311c","#8e60dd","#c875b5","#de8faf","#25dc8e","#61e274","#becb21","#dd7ce4"];
var display;
var colorNum = 0;
function setColor(aObj){
temp = 'setInterval(function(){ showColor(aObj); },60)';
display = eval(temp);
}
function showColor(aObj){
colorNum = colorNum == colorArray.length -1 ? 0:colorNum+=1;
aObj.style.color=colorArray[colorNum];
aObj.style.fontWeight = 700;
}
function BreakColor(aObj){
clearInterval(display);
aObj.style.fontWeight = 400;
aObj.style.color="black";
}
</script>
</head>
<body>
<div class="hym" onMouseover="setColor(this);" onMouseout="BreakColor(this);">Change Color..</div>
<div class="hym" onMouseover="setColor(this);" onMouseout="BreakColor(this);">Style Color...</div>
<div class="hym" onMouseover="setColor(this);" onMouseout="BreakColor(this);">Bye Bye Bye...</div>
</body>
</html>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7630 | 10년 전 | 647 | ||
| 7629 |
|
10년 전 | 2379 | |
| 7628 | 10년 전 | 786 | ||
| 7627 |
|
10년 전 | 1017 | |
| 7626 |
|
10년 전 | 1785 | |
| 7625 | 10년 전 | 691 | ||
| 7624 | 10년 전 | 708 | ||
| 7623 |
|
10년 전 | 3074 | |
| 7622 | 10년 전 | 719 | ||
| 7621 |
leeleeleelee
|
10년 전 | 581 | |
| 7620 | 10년 전 | 537 | ||
| 7619 | 10년 전 | 479 | ||
| 7618 | 10년 전 | 1013 | ||
| 7617 | 10년 전 | 721 | ||
| 7616 | 10년 전 | 632 | ||
| 7615 | 10년 전 | 725 | ||
| 7614 | 10년 전 | 1253 | ||
| 7613 |
|
10년 전 | 2081 | |
| 7612 | 10년 전 | 1136 | ||
| 7611 | 10년 전 | 1405 | ||
| 7610 |
|
10년 전 | 1898 | |
| 7609 |
|
10년 전 | 1328 | |
| 7608 |
mwdkim
|
10년 전 | 1126 | |
| 7607 |
|
10년 전 | 1050 | |
| 7606 |
mwdkim
|
10년 전 | 3922 | |
| 7605 | 10년 전 | 685 | ||
| 7604 | 10년 전 | 1023 | ||
| 7603 | 10년 전 | 1645 | ||
| 7602 |
|
10년 전 | 1067 | |
| 7601 |
AniNest
|
10년 전 | 2783 | |
| 7600 |
port443
|
10년 전 | 1021 | |
| 7599 | 10년 전 | 942 | ||
| 7598 | 10년 전 | 1012 | ||
| 7597 | 10년 전 | 4566 | ||
| 7596 |
SeungYeon
|
10년 전 | 886 | |
| 7595 |
untitled
|
10년 전 | 2414 | |
| 7594 |
프로그래머7
|
10년 전 | 1718 | |
| 7593 |
untitled
|
10년 전 | 2357 | |
| 7592 |
untitled
|
10년 전 | 1931 | |
| 7591 |
untitled
|
10년 전 | 2673 | |
| 7590 |
아리마2001
|
10년 전 | 850 | |
| 7589 | 10년 전 | 1106 | ||
| 7588 |
|
10년 전 | 2913 | |
| 7587 | 10년 전 | 1301 | ||
| 7586 | 10년 전 | 666 | ||
| 7585 | 10년 전 | 1688 | ||
| 7584 | 10년 전 | 1407 | ||
| 7583 |
leeleeleelee
|
10년 전 | 1157 | |
| 7582 |
|
10년 전 | 1103 | |
| 7581 | 10년 전 | 1321 | ||
| 7580 | 10년 전 | 983 | ||
| 7579 |
|
10년 전 | 603 | |
| 7578 | 10년 전 | 1426 | ||
| 7577 |
|
10년 전 | 1869 | |
| 7576 | 10년 전 | 1382 | ||
| 7575 |
멋진남자임
|
10년 전 | 1459 | |
| 7574 | 10년 전 | 2114 | ||
| 7573 | 10년 전 | 3247 | ||
| 7572 | 10년 전 | 757 | ||
| 7571 |
|
10년 전 | 778 | |
| 7570 |
|
10년 전 | 1306 | |
| 7569 | 10년 전 | 1545 | ||
| 7568 |
this1mg
|
10년 전 | 1046 | |
| 7567 |
|
10년 전 | 755 | |
| 7566 | 10년 전 | 914 | ||
| 7565 |
Angel하늘
|
10년 전 | 987 | |
| 7564 |
seoldi
|
10년 전 | 1229 | |
| 7563 |
|
10년 전 | 1369 | |
| 7562 |
멋진남자임
|
10년 전 | 2077 | |
| 7561 | 10년 전 | 709 | ||
| 7560 |
leeleeleelee
|
10년 전 | 896 | |
| 7559 | 10년 전 | 5035 | ||
| 7558 |
RinaP
|
10년 전 | 775 | |
| 7557 |
|
10년 전 | 1235 | |
| 7556 | 10년 전 | 1190 | ||
| 7555 |
hyohyojj1234
|
10년 전 | 1655 | |
| 7554 | 10년 전 | 1089 | ||
| 7553 |
senseme
|
10년 전 | 1334 | |
| 7552 |
ehdltdoit
|
10년 전 | 1432 | |
| 7551 |
|
10년 전 | 1815 | |
| 7550 |
leeleeleelee
|
10년 전 | 1585 | |
| 7549 | 10년 전 | 2416 | ||
| 7548 | 10년 전 | 1835 | ||
| 7547 |
멋진남자임
|
10년 전 | 1956 | |
| 7546 | 10년 전 | 998 | ||
| 7545 |
ILMare1003
|
10년 전 | 1278 | |
| 7544 |
|
10년 전 | 1247 | |
| 7543 | 10년 전 | 881 | ||
| 7542 | 10년 전 | 653 | ||
| 7541 |
울라라라우
|
10년 전 | 860 | |
| 7540 | 10년 전 | 1596 | ||
| 7539 | 10년 전 | 926 | ||
| 7538 |
|
10년 전 | 1828 | |
| 7537 | 10년 전 | 3607 | ||
| 7536 |
Gaumi
|
10년 전 | 1407 | |
| 7535 |
프로그램은어려워
|
10년 전 | 1262 | |
| 7534 |
senseme
|
10년 전 | 1202 | |
| 7533 | 10년 전 | 1190 | ||
| 7532 | 10년 전 | 854 | ||
| 7531 | 10년 전 | 2044 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기