qtip 在 ie6 和 ie7 中不显示提示点

发布于 2024-10-12 16:45:25 字数 738 浏览 9 评论 0原文

$("#testing").qtip({
   content: 'Presets, presets and more presets. Let\'s spice it up a little with our own style!',
   style: {
      width: 200,
      padding: 5,
      background: '#A2D959',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#A2D959'
      },
      tip: 'topLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});

HTML:

<font id="testing">Test</font>

上面的代码在除 ie6 和 ie7 之外的所有浏览器中都可以正常工作

IE6 和 IE7。 IE7: 工具提示点未显示 [我曾提到过 tip:'topLeft' 但提示未出现在 ie6 和 ie7 中]

预先感谢...

$("#testing").qtip({
   content: 'Presets, presets and more presets. Let\'s spice it up a little with our own style!',
   style: {
      width: 200,
      padding: 5,
      background: '#A2D959',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#A2D959'
      },
      tip: 'topLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});

HTML:

<font id="testing">Test</font>

Above codes works fine in all browser except ie6 and ie7

IE6 & IE7: Tool tip point is not displayed [i had mentioned as tip:'topLeft' but tip not appears in ie6 and ie7]

Thanks in advance...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

任谁 2024-10-19 16:45:25

在 IE6 和 IE6 上也不太适合我。 IE7,http://www.jsfiddle.net/G4gU6/

实际上对我来说这只是 css 似乎被 IE6 和 IE6 误解了。 IE7。您可以尝试通过应用自己的 css 或重写 qTip2 css 来修复它。

如需更多专业帮助,请参阅 qTip2 论坛。 Craig 会帮助您;)

在 google 上搜索一下 ;)

Does not work for me very good too on IE6 & IE7, http://www.jsfiddle.net/G4gU6/.

Actually for me it is just the css which seems to be misunderstood by the IE6 & IE7. You could try to fix it by applying your own css or rewrite the qTip2 css.

For more professional help on that refere to qTip2 Forum. Craig will help you ;)

a bit of search on google ;)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文