------------------JS------------------
$(document).ready(function() {
$('[title]').hover(
function(){var title = $(this).attr('title');
$(this).data('t_text', title).removeAttr('title');
$('').text(title).appendTo('body').fadeIn('slow');},
function() {
$(this).attr('title', $(this).data('t_text'));
$('.mintip').remove();}).mousemove(
function(e){
var mousex = e.pageX + 10;
var mousey = e.pageY + -63;
$('.mintip').css({ top: mousey, left: mousex })
});
});
------------------CSS------------------
.mintip {
display:none;
position:absolute;
border:1px solid #333;
background-color:#222;
border-radius:5px;
padding:6px;
color:#fff;
font-size:12px Arial;
max-width:300px;
height:auto;
}
Примеры
YouTube
uHelpMe
GetElement
Forum.uCoz.ru
Piccy.info
Яндекс
Google