BeautyTips
BeautyTips copied to clipboard
z-index issues in IE7
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.
Try btParentNode: 'body' - that should fix it. I'll probably make that the default in the next version.
assuming you mean offsetParent? Thanks, it worked