开发者

qtip doesnt display tip point in ie6 and ie7

开发者 https://www.devze.com 2023-02-05 05:05 出处:网络
$(\"#testing\").qtip({ content: \'Presets, presets and more presets. Let\\\'s spice it up a little with our own style!\',
$("#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"&g开发者_如何学JAVAt;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...


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 ;)

0

精彩评论

暂无评论...
验证码 换一张
取 消