1
$("#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 ではヒントが表示されない]

前もって感謝します...

4

1 に答える 1

1

IE6およびIE7、 http: //www.jsfiddle.net/G4gU6/でもうまく機能しません。

実際、私にとっては、IE6 と IE7 で誤解されているように見えるのは css だけです。独自の css を適用するか、qTip2 css を書き直して修正を試みることができます。

これに関するより専門的なヘルプについては、qTip2 Forumを参照してください。クレイグがお手伝いします;)

Googleで少し検索してください;)

于 2011-01-19T06:57:29.933 に答える