2010-03-19 4 views
0

I m havin a jqueryui modal form. и im с помощью jQuery cluetip tool tip plugin, но подсказка инструмента не работает должным образом в модальной форме окна. Это снятие экрана ...Наконечник инструмента в модальном окне

Звезда показывает место, где должен находиться инструмент, а стрелки - показывая место, где кончик инструмента showin .. любой орган может сказать мне, как понять это .. Screen Shot http://img15.imageshack.us/img15/2808/78241472.png

Edit: может кто-нибудь сказать мне, как увеличить индекс г подсказку кончика наконечника инструмента ...

ответ

0

Здесь я получил его ... thnsk друзей

$.fn.cluetip.defaults = { // set up default options 
width:   275,  // The width of the clueTip 
height:   'auto', // The height of the clueTip 
cluezIndex:  1970,  // Sets the z-index style property of the clueTip 
positionBy:  'auto', // Sets the type of positioning: 'auto', 'mouse','bottomTop', 'fixed' 
topOffset:  15,  // Number of px to offset clueTip from top of invoking element 
leftOffset:  15, 
0

cluetip плагин имеет cluetipClass вы можете предоставить. Используйте это, чтобы установить класс, который вам нужен z-index.

$('selector').cluetip({ splitTitle: '|', arrows: true, dropShadow: true, 
    cluetipClass: 'classWithHighZIndex', showTitle: false, 
    onActivate: activateFunction});