我正在尝试实现引导工具提示,而不是像示例中那样的小黑色区域,我正在体验一个大的外部矩形框。只是想知道是否有人遇到过这个问题?
我正在初始化
$("[rel=tooltip]").tooltip();
我的工具提示区域是
<a id="button" style="float: left; margin-left:12px; margin-right:2px" rel="tooltip" title="first tooltip" href="#"></a>
我正在尝试实现引导工具提示,而不是像示例中那样的小黑色区域,我正在体验一个大的外部矩形框。只是想知道是否有人遇到过这个问题?
我正在初始化
$("[rel=tooltip]").tooltip();
我的工具提示区域是
<a id="button" style="float: left; margin-left:12px; margin-right:2px" rel="tooltip" title="first tooltip" href="#"></a>
I was being terribly dumb, there was another file in the project that was overriding some of the bootstrap css files. I found this by using google chrome devloper tools>going to scripts, pausing while the hover box was up and then going back to elements, inspecting the hover and viewing which css files are being used.