Karl,
Thanks so much. You have helped me solve the issue. My
implementation ended up looking more like this, but it works:
$('.pos_fix').hover(
function() {
$(this).children('.IL_hover').fadeIn("fast");
},
function(event)
Hi Chris,
I'm not sure why this is happening, but I think I know how to fix it.
Jörn Zaefferer and I ran into this same problem with our tooltip/
clueTip plugins the other day. Following the approach that Jörn
proposed for the plugins, you might be able to fix the problem by
making sure t
2 matches
Mail list logo