BeautyTips icon indicating copy to clipboard operation
BeautyTips copied to clipboard

z-index issues in IE7

Open jakemonO opened this issue 13 years ago • 2 comments

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.

jakemonO avatar Jan 05 '12 18:01 jakemonO

Try btParentNode: 'body' - that should fix it. I'll probably make that the default in the next version.

dillon-sellars avatar Feb 11 '12 19:02 dillon-sellars

assuming you mean offsetParent? Thanks, it worked

jakemonO avatar Feb 13 '12 17:02 jakemonO