qtip不显示ie6和ie7中的尖端点

时间:2011-01-19 06:30:01

标签: jquery internet-explorer-7 internet-explorer-6 qtip

$("#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&amp; IE7:工具提示点未显示[我提到tip:'topLeft'但提示未出现在ie6和ie7]

提前致谢...

1 个答案:

答案 0 :(得分:1)

在IE6和iPad上对我也不起作用。 IE7,http://www.jsfiddle.net/G4gU6/

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

有关qTip2 Forum的更多专业帮助。克雷格会帮助你;)

a bit of search on google ;)