$("#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]
Заранее спасибо ...