views:

450

answers:

0

When using Cufón the documentation recommends using the following snippet with IE in order to eliminate a small delay in rendering the replacing font.

<script type="text/javascript"> Cufon.now(); </script>

While testing it I never experienced any delay with IE7+ but the issue occur using Google Chrome. If I put the snippet on, Chrome doesn't have the delay but following problem happens:

The snippet caused some of the replaced elements not to render in Chrome (works well in FF and IE). The elements that don't render at first are hidden nested <li> of a dropdown list which after displayed and hovered with the mouse appear correctly but before that are invisible.

I'm using the latest cufon-yui.js

Anybody knows a reason for this?