qtip doesnt display tip point in ie6 and 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"&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 ;)
精彩评论