리자

간단한 풍선도움말

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


<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,403
17년 전 조회 1,996
17년 전 조회 1,782
17년 전 조회 2,302
17년 전 조회 4,990
17년 전 조회 1,700
17년 전 조회 2,440
17년 전 조회 2,406
17년 전 조회 2,671
17년 전 조회 2,394
17년 전 조회 4,716
17년 전 조회 3,215
17년 전 조회 3,127
17년 전 조회 1,841
17년 전 조회 1,501
17년 전 조회 4,230
17년 전 조회 1,901
17년 전 조회 1,903
17년 전 조회 2,378
17년 전 조회 2,149
17년 전 조회 1,782
17년 전 조회 4,198
17년 전 조회 2,025
17년 전 조회 3,367
17년 전 조회 3,291
17년 전 조회 1,284
17년 전 조회 2,098
17년 전 조회 1,854
17년 전 조회 2,114
17년 전 조회 2,915
17년 전 조회 3,281
17년 전 조회 3,486
17년 전 조회 3,596
17년 전 조회 1,698
17년 전 조회 1,691
17년 전 조회 2,497
17년 전 조회 2,241
17년 전 조회 2,532
17년 전 조회 3,076
17년 전 조회 3,556
17년 전 조회 2,630
17년 전 조회 1,904
17년 전 조회 3,493
17년 전 조회 3,335
17년 전 조회 3,301
17년 전 조회 4,184
17년 전 조회 2,824
17년 전 조회 2,678
17년 전 조회 2,937
17년 전 조회 3,170
17년 전 조회 2,883
17년 전 조회 1,724
17년 전 조회 2,136
17년 전 조회 1,728
17년 전 조회 2,188
17년 전 조회 2,811
17년 전 조회 8,971
17년 전 조회 3,412
17년 전 조회 4,478
17년 전 조회 2,241
17년 전 조회 3,917
17년 전 조회 1,812
17년 전 조회 1,634
17년 전 조회 2,569
17년 전 조회 1,563
17년 전 조회 1,871
17년 전 조회 1,723
17년 전 조회 2,792
17년 전 조회 1,746
17년 전 조회 1,339
17년 전 조회 1,490
17년 전 조회 3,381
17년 전 조회 2,417
17년 전 조회 2,207
17년 전 조회 1,462
17년 전 조회 2,688
17년 전 조회 1,422
17년 전 조회 1,382
17년 전 조회 1,635
17년 전 조회 2,997
17년 전 조회 2,656
17년 전 조회 2,716
17년 전 조회 1,433
17년 전 조회 1,553
17년 전 조회 3,510
17년 전 조회 3,087
17년 전 조회 4,348
17년 전 조회 2,521
17년 전 조회 2,612
17년 전 조회 1,665
17년 전 조회 2,777
17년 전 조회 2,459
17년 전 조회 3,231
17년 전 조회 2,726
17년 전 조회 1,880
17년 전 조회 2,663
17년 전 조회 1,815
17년 전 조회 1,404
17년 전 조회 2,474
17년 전 조회 3,109