리자

간단한 풍선도움말

책에 나온거 응용해 보았습니다.


<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>

[이 게시물은 관리자님에 의해 2011-10-31 16:55:28 jQuery에서 이동 됨]
|

댓글 3개

현재 /adm/에서 사용하는 help

<?=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') 같은 부분을 범용화 하는거는 간단하지만 꽤 어렵네요. ㅠ..ㅠ...

시간될 때 플러그인을 한번 봐야겠어요. 코딩 스탈이 어떻게 된 것인지
좋은소스 감사드립니다.^^
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
17년 전 조회 2,407
17년 전 조회 2,004
17년 전 조회 1,792
17년 전 조회 2,311
17년 전 조회 4,995
17년 전 조회 1,712
17년 전 조회 2,449
17년 전 조회 2,413
17년 전 조회 2,679
17년 전 조회 2,403
17년 전 조회 4,723
17년 전 조회 3,219
17년 전 조회 3,132
17년 전 조회 1,849
17년 전 조회 1,506
17년 전 조회 4,237
17년 전 조회 1,909
17년 전 조회 1,908
17년 전 조회 2,392
17년 전 조회 2,156
17년 전 조회 1,789
17년 전 조회 4,203
17년 전 조회 2,034
17년 전 조회 3,372
17년 전 조회 3,298
17년 전 조회 1,294
17년 전 조회 2,110
17년 전 조회 1,862
17년 전 조회 2,119
17년 전 조회 2,927
17년 전 조회 3,287
17년 전 조회 3,489
17년 전 조회 3,603
17년 전 조회 1,702
17년 전 조회 1,695
17년 전 조회 2,506
17년 전 조회 2,249
17년 전 조회 2,540
17년 전 조회 3,080
17년 전 조회 3,563
17년 전 조회 2,636
17년 전 조회 1,912
17년 전 조회 3,497
17년 전 조회 3,338
17년 전 조회 3,308
17년 전 조회 4,188
17년 전 조회 2,828
17년 전 조회 2,690
17년 전 조회 2,940
17년 전 조회 3,175
17년 전 조회 2,889
17년 전 조회 1,730
17년 전 조회 2,138
17년 전 조회 1,733
17년 전 조회 2,192
17년 전 조회 2,817
17년 전 조회 8,976
17년 전 조회 3,417
17년 전 조회 4,485
17년 전 조회 2,248
17년 전 조회 3,921
17년 전 조회 1,817
17년 전 조회 1,638
17년 전 조회 2,571
17년 전 조회 1,567
17년 전 조회 1,874
17년 전 조회 1,727
17년 전 조회 2,796
17년 전 조회 1,749
17년 전 조회 1,340
17년 전 조회 1,493
17년 전 조회 3,387
17년 전 조회 2,418
17년 전 조회 2,212
17년 전 조회 1,470
17년 전 조회 2,694
17년 전 조회 1,427
17년 전 조회 1,388
17년 전 조회 1,643
17년 전 조회 3,004
17년 전 조회 2,659
17년 전 조회 2,717
17년 전 조회 1,441
17년 전 조회 1,555
17년 전 조회 3,517
17년 전 조회 3,090
17년 전 조회 4,352
17년 전 조회 2,522
17년 전 조회 2,614
17년 전 조회 1,669
17년 전 조회 2,780
17년 전 조회 2,464
17년 전 조회 3,234
17년 전 조회 2,731
17년 전 조회 1,882
17년 전 조회 2,668
17년 전 조회 1,819
17년 전 조회 1,406
17년 전 조회 2,479
17년 전 조회 3,115