I'm struggling to use Bootstrap tooltips with image links. The problem is that when the img tag is inside the a tag, the tooltip doesn't display at the correct spot and seems to flicker. When inspecting the HTML, the actual a tag is beneath the image altogether. Here's a fiddle: http://jsfiddle.net/paniwani/DUPyR/248/

有帮助吗?

解决方案

This works:

a { display: inline-block; }

http://jsfiddle.net/DUPyR/249/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top