[jQuery] Re: Jquery color animation problem

2010-01-05 Thread Johan Borestad
Hi!
This is a known Internet Explorer bug (and a very annoying one
aswell).
Just adding a background color or image to the container element will
fix this.
/ Johan

On Jan 5, 9:43 am, Md. Ali Ahsan Rana ranacser...@gmail.com wrote:
 I am trying to do it:

 $(this).animate({opacity:1},700);

 it looks fine in firefox, but the texts getting very odd look in ie 6 and ie
 7. Is there any way to fix it?

 Also, i trie to change color like
 $(this).animate({color:#FF},700);
 and its not working. Please help...

 --http://ranacseruet.blogspot.com/


[jQuery] Re: Jquery color animation problem

2010-01-05 Thread MorningZ
I just went through looking for color animation as well

this plugin

http://plugins.jquery.com/project/color

did the trick.. works great

On Jan 5, 3:43 am, Md. Ali Ahsan Rana ranacser...@gmail.com wrote:
 I am trying to do it:

 $(this).animate({opacity:1},700);

 it looks fine in firefox, but the texts getting very odd look in ie 6 and ie
 7. Is there any way to fix it?

 Also, i trie to change color like
 $(this).animate({color:#FF},700);
 and its not working. Please help...

 --http://ranacseruet.blogspot.com/