0

我在 Superfish 的下拉菜单中使用 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

为您的元素指定高度可能会解决您的问题。如果没有,您能否向我们提供您的代码或网址或其他内容,以便我们仔细查看?

于 2011-08-16T15:22:52.170 回答