$("#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 ではヒントが表示されない]
前もって感謝します...