0

私はスーパーフィッシュのドロップダウンでCofunizedテキストを使用しています。ただし、ドロップダウンテキストはIE8では非表示になっています。私はこの修正を試しましたが、運が悪かったので、すべてのブラウザで機能しなくなりました。修正は次のとおりです:https ://forum.jquery.com/topic/jquery-fix-superfish-cufon-in-ie8 。

   <script type="text/javascript">
    Cufon.CSS.ready(function(){ 

        $("ul#nav_709109").supersubs({ 
            minWidth:    12,   // minimum width of sub-menus in em units 
            maxWidth:    27,   // maximum width of sub-menus in em units 
            extraWidth:  1     // extra width can ensure lines don't sometimes turn over 
                               // due to slight rounding differences and font-family 
        }).superfish({ 
            autoArrows:  true, // disable generation of arrow mark-up 
            dropShadows: false // disable drop shadows 
        }); 
    });     
   Cufon.replace('#main-nav li a', {fontFamily:'GRMedium',hover: true});

   </script>
4

1 に答える 1

1

要素の高さを指定すると、問題が解決する場合があります。そうでない場合は、コードやURLなどを提供して、詳しく調べていただけますか?

于 2011-08-16T15:22:52.170 に答える