마우스 오버시 레이어 보이게 하는 팁입니다.
버튼 하나에 레이어 하나 이렇게만 만들다가
지금 작업중인 사이트는 버튼이랑 설명레이어가 여러개가 되길래 만들어봤습니다.
<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년 전
감사합니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7230 | 11년 전 | 3594 | ||
| 7229 | 11년 전 | 3713 | ||
| 7228 | 11년 전 | 3776 | ||
| 7227 | 11년 전 | 3900 | ||
| 7226 | 11년 전 | 2357 | ||
| 7225 | 11년 전 | 17433 | ||
| 7224 |
AngryDev
|
11년 전 | 1335 | |
| 7223 |
돌아온깡통
|
11년 전 | 1082 | |
| 7222 |
돌아온깡통
|
11년 전 | 1019 | |
| 7221 |
돌아온깡통
|
11년 전 | 861 | |
| 7220 |
돌아온깡통
|
11년 전 | 982 | |
| 7219 |
돌아온깡통
|
11년 전 | 806 | |
| 7218 |
돌아온깡통
|
11년 전 | 651 | |
| 7217 |
돌아온깡통
|
11년 전 | 1039 | |
| 7216 |
돌아온깡통
|
11년 전 | 777 | |
| 7215 |
돌아온깡통
|
11년 전 | 694 | |
| 7214 |
돌아온깡통
|
11년 전 | 1034 | |
| 7213 |
돌아온깡통
|
11년 전 | 904 | |
| 7212 |
돌아온깡통
|
11년 전 | 693 | |
| 7211 |
돌아온깡통
|
11년 전 | 844 | |
| 7210 |
돌아온깡통
|
11년 전 | 867 | |
| 7209 |
돌아온깡통
|
11년 전 | 878 | |
| 7208 |
돌아온깡통
|
11년 전 | 976 | |
| 7207 |
돌아온깡통
|
11년 전 | 616 | |
| 7206 |
돌아온깡통
|
11년 전 | 663 | |
| 7205 |
돌아온깡통
|
11년 전 | 852 | |
| 7204 |
돌아온깡통
|
11년 전 | 706 | |
| 7203 |
돌아온깡통
|
11년 전 | 735 | |
| 7202 |
돌아온깡통
|
11년 전 | 697 | |
| 7201 |
돌아온깡통
|
11년 전 | 630 | |
| 7200 |
돌아온깡통
|
11년 전 | 691 | |
| 7199 |
돌아온깡통
|
11년 전 | 1305 | |
| 7198 |
돌아온깡통
|
11년 전 | 638 | |
| 7197 |
돌아온깡통
|
11년 전 | 951 | |
| 7196 |
돌아온깡통
|
11년 전 | 839 | |
| 7195 |
돌아온깡통
|
11년 전 | 585 | |
| 7194 |
돌아온깡통
|
11년 전 | 613 | |
| 7193 |
돌아온깡통
|
11년 전 | 688 | |
| 7192 |
돌아온깡통
|
11년 전 | 703 | |
| 7191 |
joe031
|
11년 전 | 1238 | |
| 7190 | 11년 전 | 4122 | ||
| 7189 | 11년 전 | 1193 | ||
| 7188 |
잘살아보자
|
11년 전 | 922 | |
| 7187 | 11년 전 | 1398 | ||
| 7186 |
kiplayer
|
11년 전 | 7520 | |
| 7185 | 11년 전 | 1108 | ||
| 7184 |
잘살아보자
|
11년 전 | 2320 | |
| 7183 |
잘살아보자
|
11년 전 | 1135 | |
| 7182 |
잘살아보자
|
11년 전 | 1186 | |
| 7181 | 11년 전 | 1468 | ||
| 7180 |
하얀비요일
|
11년 전 | 970 | |
| 7179 |
잘살아보자
|
11년 전 | 969 | |
| 7178 | 11년 전 | 974 | ||
| 7177 | 11년 전 | 983 | ||
| 7176 | 11년 전 | 1648 | ||
| 7175 |
|
11년 전 | 1023 | |
| 7174 |
kiplayer
|
11년 전 | 1163 | |
| 7173 | 11년 전 | 950 | ||
| 7172 |
잘살아보자
|
11년 전 | 4627 | |
| 7171 |
잘살아보자
|
11년 전 | 681 | |
| 7170 | 11년 전 | 1060 | ||
| 7169 |
초심의설렘
|
11년 전 | 1458 | |
| 7168 | 11년 전 | 993 | ||
| 7167 |
잘살아보자
|
11년 전 | 5273 | |
| 7166 |
잘살아보자
|
11년 전 | 3393 | |
| 7165 | 11년 전 | 4942 | ||
| 7164 | 11년 전 | 815 | ||
| 7163 | 11년 전 | 1172 | ||
| 7162 |
울라라라우
|
11년 전 | 1358 | |
| 7161 | 11년 전 | 1239 | ||
| 7160 |
skyler
|
11년 전 | 1175 | |
| 7159 |
|
11년 전 | 664 | |
| 7158 |
|
11년 전 | 3328 | |
| 7157 |
잘살아보자
|
11년 전 | 2871 | |
| 7156 |
잘살아보자
|
11년 전 | 2211 | |
| 7155 |
잘살아보자
|
11년 전 | 1441 | |
| 7154 |
잘살아보자
|
11년 전 | 1443 | |
| 7153 | 11년 전 | 2865 | ||
| 7152 |
울라라라우
|
11년 전 | 813 | |
| 7151 | 11년 전 | 1038 | ||
| 7150 |
잘살아보자
|
11년 전 | 2374 | |
| 7149 |
잘살아보자
|
11년 전 | 3279 | |
| 7148 |
잘살아보자
|
11년 전 | 1175 | |
| 7147 |
잘살아보자
|
11년 전 | 745 | |
| 7146 |
잘살아보자
|
11년 전 | 1377 | |
| 7145 |
잘살아보자
|
11년 전 | 686 | |
| 7144 |
잘살아보자
|
11년 전 | 1264 | |
| 7143 |
잘살아보자
|
11년 전 | 734 | |
| 7142 |
잘살아보자
|
11년 전 | 1436 | |
| 7141 |
잘살아보자
|
11년 전 | 1185 | |
| 7140 |
잘살아보자
|
11년 전 | 1983 | |
| 7139 |
잘살아보자
|
11년 전 | 3648 | |
| 7138 |
잘살아보자
|
11년 전 | 3145 | |
| 7137 |
잘살아보자
|
11년 전 | 3615 | |
| 7136 |
잘살아보자
|
11년 전 | 1370 | |
| 7135 |
gooroo
|
11년 전 | 1597 | |
| 7134 |
열라뽕똬이
|
11년 전 | 2302 | |
| 7133 |
|
11년 전 | 1009 | |
| 7132 | 11년 전 | 1422 | ||
| 7131 | 11년 전 | 3557 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기