문제

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