책에 나온거 응용해 보았습니다.
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<script src="scripts/jquery.js"></script>
<style>
.tooltip {
position: absolute;
z-index: 2;
background: #efd;
border: 1px solid #ccc;
padding: 3px;
}
</style>
</HEAD>
<BODY>
<span id='mover' tip='툴팁입니다.'>마우스오버</span>
<script>
$(document).ready(function() {
var highlighted = "";
var column = 3;
var positionTooltip = function(event) {
var tPosX = event.pageX;
var tPosY = event.pageY+20;
$('div.tooltip').css({top: tPosY, left: tPosX});
};
var showTooltip = function(event) {
$('div.tooltip').remove();
$('<div class="tooltip">' + $(this).attr('tip') + '</div>').appendTo('body');
positionTooltip(event);
};
var hideTooltip = function() {
$('div.tooltip').remove();
};
$('#mover')
.hover(showTooltip, hideTooltip)
.mousemove(positionTooltip);
});
</script>
</BODY>
</HTML>
댓글 3개
<?=help("목록 한페이지당 라인수")?>
/adm/admin.lib.php에서...
function help($help="", $left=0, $top=0)
{
global $g4;
static $idx = 0;
$idx++;
$help = preg_replace("/\n/", "<br>", $help);
$str = "<img src='$g4[admin_path]/img/icon_help.gif' border=0 width=15 height=15 align=absmiddle onclick=\"help('help$idx', $left, $top);\" style='cursor:hand;'>";
//$str .= "<div id='help$idx' style='position:absolute; top:0px; left:0px; display:none;'>";
$str .= "<div id='help$idx' style='position:absolute; display:none;'>";
$str .= "<div id='csshelp1'><div id='csshelp2'><div id='csshelp3'>$help</div></div></div>";
$str .= "</div>";
return $str;
}
style 부분은 style.css에 넣겠지만,
$('#mover') 같은 부분을 범용화 하는거는 간단하지만 꽤 어렵네요. ㅠ..ㅠ...
시간될 때 플러그인을 한번 봐야겠어요. 코딩 스탈이 어떻게 된 것인지
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 164 | ||
| 8229 | 9년 전 | 137 | ||
| 8228 |
커네드커네드
|
9년 전 | 184 | |
| 8227 | 9년 전 | 227 | ||
| 8226 | 9년 전 | 243 | ||
| 8225 | 9년 전 | 224 | ||
| 8224 | 9년 전 | 231 | ||
| 8223 | 9년 전 | 209 | ||
| 8222 |
|
9년 전 | 269 | |
| 8221 | 9년 전 | 171 | ||
| 8220 | 9년 전 | 208 | ||
| 8219 | 9년 전 | 177 | ||
| 8218 | 9년 전 | 229 | ||
| 8217 |
star3840
|
9년 전 | 195 | |
| 8216 | 9년 전 | 259 | ||
| 8215 | 9년 전 | 204 | ||
| 8214 | 9년 전 | 322 | ||
| 8213 | 9년 전 | 275 | ||
| 8212 | 9년 전 | 177 | ||
| 8211 | 9년 전 | 354 | ||
| 8210 | 9년 전 | 355 | ||
| 8209 | 9년 전 | 433 | ||
| 8208 | 9년 전 | 320 | ||
| 8207 | 9년 전 | 331 | ||
| 8206 |
|
9년 전 | 278 | |
| 8205 | 9년 전 | 251 | ||
| 8204 | 9년 전 | 237 | ||
| 8203 | 9년 전 | 311 | ||
| 8202 | 9년 전 | 229 | ||
| 8201 | 9년 전 | 262 | ||
| 8200 | 9년 전 | 273 | ||
| 8199 | 9년 전 | 298 | ||
| 8198 | 9년 전 | 260 | ||
| 8197 | 9년 전 | 246 | ||
| 8196 | 9년 전 | 666 | ||
| 8195 | 9년 전 | 255 | ||
| 8194 | 9년 전 | 368 | ||
| 8193 | 9년 전 | 274 | ||
| 8192 | 9년 전 | 290 | ||
| 8191 | 9년 전 | 244 | ||
| 8190 | 9년 전 | 228 | ||
| 8189 | 9년 전 | 294 | ||
| 8188 | 9년 전 | 223 | ||
| 8187 | 9년 전 | 235 | ||
| 8186 | 9년 전 | 231 | ||
| 8185 | 9년 전 | 400 | ||
| 8184 | 9년 전 | 189 | ||
| 8183 | 9년 전 | 399 | ||
| 8182 | 9년 전 | 268 | ||
| 8181 | 9년 전 | 227 | ||
| 8180 | 9년 전 | 793 | ||
| 8179 | 9년 전 | 569 | ||
| 8178 | 9년 전 | 431 | ||
| 8177 |
kiplayer
|
9년 전 | 426 | |
| 8176 | 9년 전 | 458 | ||
| 8175 | 9년 전 | 347 | ||
| 8174 | 9년 전 | 338 | ||
| 8173 | 9년 전 | 432 | ||
| 8172 | 9년 전 | 306 | ||
| 8171 | 9년 전 | 272 | ||
| 8170 | 9년 전 | 386 | ||
| 8169 |
커네드커네드
|
9년 전 | 344 | |
| 8168 | 9년 전 | 422 | ||
| 8167 | 9년 전 | 410 | ||
| 8166 | 9년 전 | 313 | ||
| 8165 | 9년 전 | 260 | ||
| 8164 | 9년 전 | 392 | ||
| 8163 | 9년 전 | 395 | ||
| 8162 | 9년 전 | 383 | ||
| 8161 | 9년 전 | 398 | ||
| 8160 |
|
9년 전 | 613 | |
| 8159 | 9년 전 | 558 | ||
| 8158 | 9년 전 | 351 | ||
| 8157 | 9년 전 | 465 | ||
| 8156 | 9년 전 | 345 | ||
| 8155 | 9년 전 | 350 | ||
| 8154 |
00년생용띠
|
9년 전 | 681 | |
| 8153 | 9년 전 | 318 | ||
| 8152 |
|
9년 전 | 500 | |
| 8151 | 9년 전 | 497 | ||
| 8150 | 9년 전 | 609 | ||
| 8149 |
Jangfolk
|
9년 전 | 467 | |
| 8148 | 9년 전 | 283 | ||
| 8147 | 9년 전 | 464 | ||
| 8146 | 9년 전 | 549 | ||
| 8145 | 9년 전 | 502 | ||
| 8144 | 9년 전 | 473 | ||
| 8143 | 9년 전 | 303 | ||
| 8142 | 9년 전 | 514 | ||
| 8141 | 9년 전 | 459 | ||
| 8140 | 9년 전 | 1022 | ||
| 8139 | 9년 전 | 374 | ||
| 8138 |
전갈자리남자
|
9년 전 | 475 | |
| 8137 | 9년 전 | 512 | ||
| 8136 | 9년 전 | 844 | ||
| 8135 |
|
9년 전 | 881 | |
| 8134 |
PlayPixel
|
9년 전 | 619 | |
| 8133 |
|
9년 전 | 529 | |
| 8132 | 9년 전 | 566 | ||
| 8131 | 9년 전 | 924 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기