jQuery工具提示重叠图像

时间:2012-12-14 11:33:13

标签: jquery tooltip

我正在使用jQuery工具提示,但它重叠了页面上的图像。无论如何我可以阻止这种行为。

<div class="tooltip">
<div class="box">
<p class="info">
Some text in tooltip
</p>
</div>
</div>

的CSS:

.tooltip { position: absolute; z-index: 500; width: 240px; }
.tooltip .box { float: left; background: #4b8aa2; width: 199px; border-radius: 2px; -moz-border-radius: 2px; padding: 10px 15px; }
.tooltip .box p.info { color: #fff; font-size: 1.2em; line-height: 1.2em; }

由于

0 个答案:

没有答案
相关问题