Does an alternative exist to the z-index bug in Internet Explorer 7?
问题 It doesn't matter how high I set the z-index, or if I set position:relative; to the parent div, or if I set a higher z-index to parent div or any tweak I found in Google. My tooltip will not be visible in Internet Explorer 7, Is there any other property I could use to simulate z-index positioning? 回答1: How is the tooltip being positioned? Try adding position:absolute; z-index:999 to your tooltip div and position:relative to the parent to see how it reacts. It would be really helpful if you