enyo / opentip

Opentip is an open source javascript tooltip based on the protoype framework.
http://www.opentip.org
1.25k stars 401 forks source link

how modify opentip z-index value #61

Closed mako0403 closed 11 years ago

mako0403 commented 11 years ago

when used with fancybox, opentip Can not be displayed in the upper

enyo commented 11 years ago

After including Opentip, set it's lastZIndex value to something higher, like this:

Opentip.lastZIndex = 1000; // The default is 100