마우스 오버시 레이어 보이게 하는 팁입니다.
버튼 하나에 레이어 하나 이렇게만 만들다가
지금 작업중인 사이트는 버튼이랑 설명레이어가 여러개가 되길래 만들어봤습니다.
<style type="text/css">
.help_btn{cursor:pointer;}
#help_div_0{display:none; position:absolute; left:0px; top:-210px;}
#help_div_1{display:none; position:absolute; left:80px; top:-210px;}
#help_div_2{display:none; position:absolute; left:185px; top:-210px;}
</style>
<div style="position:relative">
<input type="radio">라디오1 <img src="img/icon_help.gif" class="help_btn">
<input type="radio">라디오2 <img src="img/icon_help.gif" class="help_btn">
<input type="radio">라디오3 <img src="img/icon_help.gif" class="help_btn">
<div id="help_div_0">설명 1</div>
<div id="help_div_1">설명 2</div>
<div id="help_div_2">설명 3</div>
</div>
<script>
$(".help_btn").each(function(index) {
$(this).mouseover(function() {
$("#help_div_" + index).css("display", "block");
});
$(this).mouseout(function() {
$("#help_div_" + index).css("display", "none");
});
});
</script>
더 응용하면 레이어 위치까지도 제어할 수 있을 듯 하네요~
파이어폭스, ie8 만 테스트해봤습니다.
버튼 하나에 레이어 하나 이렇게만 만들다가
지금 작업중인 사이트는 버튼이랑 설명레이어가 여러개가 되길래 만들어봤습니다.
<style type="text/css">
.help_btn{cursor:pointer;}
#help_div_0{display:none; position:absolute; left:0px; top:-210px;}
#help_div_1{display:none; position:absolute; left:80px; top:-210px;}
#help_div_2{display:none; position:absolute; left:185px; top:-210px;}
</style>
<div style="position:relative">
<input type="radio">라디오1 <img src="img/icon_help.gif" class="help_btn">
<input type="radio">라디오2 <img src="img/icon_help.gif" class="help_btn">
<input type="radio">라디오3 <img src="img/icon_help.gif" class="help_btn">
<div id="help_div_0">설명 1</div>
<div id="help_div_1">설명 2</div>
<div id="help_div_2">설명 3</div>
</div>
<script>
$(".help_btn").each(function(index) {
$(this).mouseover(function() {
$("#help_div_" + index).css("display", "block");
});
$(this).mouseout(function() {
$("#help_div_" + index).css("display", "none");
});
});
</script>
더 응용하면 레이어 위치까지도 제어할 수 있을 듯 하네요~
파이어폭스, ie8 만 테스트해봤습니다.
댓글 2개
12년 전
감사합니다~~
takumi22
12년 전
감사합니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6530 |
퍼블리셔강
|
12년 전 | 647 | |
| 6529 | 12년 전 | 1303 | ||
| 6528 | 12년 전 | 623 | ||
| 6527 | 12년 전 | 790 | ||
| 6526 | 12년 전 | 6580 | ||
| 6525 | 12년 전 | 549 | ||
| 6524 | 12년 전 | 837 | ||
| 6523 | 12년 전 | 488 | ||
| 6522 | 12년 전 | 534 | ||
| 6521 | 12년 전 | 797 | ||
| 6520 | 12년 전 | 739 | ||
| 6519 | 12년 전 | 1743 | ||
| 6518 |
가슴시린하늘
|
12년 전 | 1723 | |
| 6517 | 12년 전 | 1362 | ||
| 6516 | 12년 전 | 5225 | ||
| 6515 | 12년 전 | 1494 | ||
| 6514 | 12년 전 | 1597 | ||
| 6513 | 12년 전 | 954 | ||
| 6512 | 12년 전 | 1981 | ||
| 6511 | 12년 전 | 1368 | ||
| 6510 | 12년 전 | 3063 | ||
| 6509 |
프로프리랜서
|
12년 전 | 2547 | |
| 6508 |
프로프리랜서
|
12년 전 | 1898 | |
| 6507 |
프로프리랜서
|
12년 전 | 2373 | |
| 6506 |
프로프리랜서
|
12년 전 | 1854 | |
| 6505 |
프로프리랜서
|
12년 전 | 1631 | |
| 6504 | 12년 전 | 1027 | ||
| 6503 | 12년 전 | 1127 | ||
| 6502 |
프로프리랜서
|
12년 전 | 5555 | |
| 6501 |
프로프리랜서
|
12년 전 | 2600 | |
| 6500 |
프로프리랜서
|
12년 전 | 3083 | |
| 6499 |
프로프리랜서
|
12년 전 | 1750 | |
| 6498 |
프로프리랜서
|
12년 전 | 1463 | |
| 6497 | 12년 전 | 807 | ||
| 6496 |
yunkiri486
|
12년 전 | 1808 | |
| 6495 | 12년 전 | 917 | ||
| 6494 | 12년 전 | 1491 | ||
| 6493 | 12년 전 | 2763 | ||
| 6492 |
오늘도망했다
|
12년 전 | 2337 | |
| 6491 |
오늘도망했다
|
12년 전 | 1677 | |
| 6490 |
오늘도망했다
|
12년 전 | 6659 | |
| 6489 |
오늘도망했다
|
12년 전 | 2497 | |
| 6488 |
홈피119
|
12년 전 | 698 | |
| 6487 | 12년 전 | 670 | ||
| 6486 | 12년 전 | 1407 | ||
| 6485 | 12년 전 | 2049 | ||
| 6484 | 12년 전 | 899 | ||
| 6483 | 12년 전 | 716 | ||
| 6482 | 12년 전 | 1341 | ||
| 6481 | 12년 전 | 1468 | ||
| 6480 |
Header
|
12년 전 | 690 | |
| 6479 |
|
12년 전 | 1125 | |
| 6478 |
개초보제이
|
12년 전 | 1394 | |
| 6477 | 12년 전 | 794 | ||
| 6476 | 12년 전 | 1076 | ||
| 6475 | 12년 전 | 3682 | ||
| 6474 | 12년 전 | 1424 | ||
| 6473 | 12년 전 | 961 | ||
| 6472 | 12년 전 | 852 | ||
| 6471 |
AMDbest
|
12년 전 | 1203 | |
| 6470 |
jinmuk
|
12년 전 | 1446 | |
| 6469 |
jinmuk
|
12년 전 | 4249 | |
| 6468 |
jinmuk
|
12년 전 | 5575 | |
| 6467 | 12년 전 | 695 | ||
| 6466 |
jinmuk
|
12년 전 | 2272 | |
| 6465 |
jinmuk
|
12년 전 | 6733 | |
| 6464 |
jinmuk
|
12년 전 | 2408 | |
| 6463 |
jinmuk
|
12년 전 | 9333 | |
| 6462 |
희망과열정
|
12년 전 | 533 | |
| 6461 |
Header
|
12년 전 | 722 | |
| 6460 |
희망과열정
|
12년 전 | 1353 | |
| 6459 |
프리랜서개발자
|
12년 전 | 1677 | |
| 6458 | 12년 전 | 1336 | ||
| 6457 |
jinmuk
|
12년 전 | 1943 | |
| 6456 |
jinmuk
|
12년 전 | 2348 | |
| 6455 |
jinmuk
|
12년 전 | 3204 | |
| 6454 |
jinmuk
|
12년 전 | 2175 | |
| 6453 |
jinmuk
|
12년 전 | 2353 | |
| 6452 |
jinmuk
|
12년 전 | 2316 | |
| 6451 |
jinmuk
|
12년 전 | 1604 | |
| 6450 |
jinmuk
|
12년 전 | 1398 | |
| 6449 |
jinmuk
|
12년 전 | 1042 | |
| 6448 |
jinmuk
|
12년 전 | 1240 | |
| 6447 |
jinmuk
|
12년 전 | 2007 | |
| 6446 |
jinmuk
|
12년 전 | 1563 | |
| 6445 |
jinmuk
|
12년 전 | 1263 | |
| 6444 |
jinmuk
|
12년 전 | 2307 | |
| 6443 |
jinmuk
|
12년 전 | 2045 | |
| 6442 |
jinmuk
|
12년 전 | 1884 | |
| 6441 |
jinmuk
|
12년 전 | 1617 | |
| 6440 |
jinmuk
|
12년 전 | 2316 | |
| 6439 |
jinmuk
|
12년 전 | 1134 | |
| 6438 |
wndProc
|
12년 전 | 776 | |
| 6437 | 12년 전 | 397 | ||
| 6436 |
senseme
|
12년 전 | 543 | |
| 6435 | 12년 전 | 1045 | ||
| 6434 | 12년 전 | 2474 | ||
| 6433 | 12년 전 | 2485 | ||
| 6432 | 12년 전 | 1562 | ||
| 6431 |
밥먹고합시다
|
12년 전 | 1191 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기