$("#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:工具提示点不显示[我提到过,tip:'topLeft'
但提示没有出现在 ie6 和 ie7 中]
提前致谢...