BeautyTips is a jQuery tooltips plugin which uses the canvas drawing element in the HTML5 spec to dynamically draw tooltips (sometimes called "talk bubbles" or "help balloons") associated with a html element on the page.
Am I the only one still having z-index issues with BeautyTips in IE7? bgiframe doesn't seem to help matters any. It's a pretty complex nested div, but I've set all the divs I have overlapping issues with to z-index: auto. The visual manifestation is that any DOM elements that come after the tooltip (even in the same div) display on top of the tooltip.
Am I the only one still having z-index issues with BeautyTips in IE7? bgiframe doesn't seem to help matters any. It's a pretty complex nested div, but I've set all the divs I have overlapping issues with to z-index: auto. The visual manifestation is that any DOM elements that come after the tooltip (even in the same div) display on top of the tooltip.