【发布时间】:2015-10-08 14:37:12
【问题描述】:
我正在使用 Twitter Bootstrap 及其工具提示,并且有一个与 this one 类似的问题,即我想更改工具提示的位置。
但是,就我而言,我不想更改所有工具提示的位置,而只想更改下面的一个(我想将工具提示向左移动 30 像素)。
<i data-placement="left" title="{% trans "View the tool menu" %}" data-original-title="{% trans "View the tool menu" %}"
class='tooltip-hover menu-handle sprite-io sprite-control2'></i>
这怎么可能?
【问题讨论】:
标签: css twitter-bootstrap tooltip