0
我已經在圖像上放置了一個cluetip工具提示,並通過外部文件添加了到cluetip的html鏈接。我正在嘗試獲取關於在圖像上打開鼠標的提示,然後在鼠標移出圖像時關閉。這除了cluetip所有作品閃爍,我將鼠標移動到該cluetip /圖像,我選擇三個按鈕中的一個......cluetip工具提示閃爍當在圖像上
這必須是一個辦法做到這一點,如果有人能幫助我謝謝
我目前有:
$(document).ready(function() {
$(\'a.tips\').cluetip({
width: 80,
topOffset: -45,
leftOffset:-90,
positionBy: \'fixed\',
cluetipClass: \'rounded\',
showTitle: false,
sticky: true,
mouseOutClose: true
});
});
什麼是好是使用粘性「真」與鼠標了密切,但我不能得到這個工作。