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: /
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/paniwani/DUPyR/248/
1 Answer
Reset to default 17This works:
a { display: inline-block; }
http://jsfiddle/DUPyR/249/