Question

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/

Was it helpful?

Solution

This works:

a { display: inline-block; }

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top