qtip 在 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>
上面的代码在除 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 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 ;)