jQuery: The Write Less, Do More JavaScript Library

jQuery fade effect with Cufon replace under IE

by Bruno Mihira :: Rate this Message:

Reply to Author | View in Thread

Hi,
I am having a problem with the jQuery fade effect on a div containing a text that I used Cufon.replace as shown bellow:

<div id="portfolio_detail">
            <p id="title">
            </p>
</div>
jQuery('#portfolio_detail').
fadeTo(250, 0, function() {
jQuery('#title').text(title);
Cufon.replace('#title');
Cufon.now();
});
jQuery('#portfolio_detail').fadeTo(250, 1);

Everything works under Opera, Firefox, Safari, Chrome. BUT not under IE.

I have been searching a lot on the internet but I didn't found a solution.
Anyone have any idea on how I can fix this?

Thanks,

Bruno Mihira Silva Cavalcante
Ciência da Computação - 2006.2
http://brunomihira.com/

 « Return to Thread: jQuery fade effect with Cufon replace under IE