我正在使用JS工具提示库https://github.com/chrisdavies/tlite,它轻巧且易于设计。
它完美无缺,除了在桌子内。为了更容易演示,我做了一个小提琴:https://jsfiddle.net/El4a/43gudyer/
所以只是为了在我使用jsfiddle链接时添加代码:
<table>
<tr>
<td class="tooltip" title="I'm in the wrong position">This doenst work properly
</td>
</tr>
</table>
上述方法无效。
我在github上打开了一个问题,但也许Stackoverflow会更快找到解决方案:)
答案 0 :(得分:2)
试试这个
table tr td{position:relative;} /** put this code in your stylesheet **/