PDA

View Full Version : Jquery Link Color Fade Help


wyclef
04-06-2009, 04:57 PM
Can someone explain to me how to get the following link color hover fade to work in IE7?

http://dynodealz.com/hover.html

Apothem
04-06-2009, 05:40 PM
$("h1").attr("onmouseover", "$(this).fadeOut('slow'); $(this).fadeIn('slow');");

Should work, shouldn't it?

wyclef
04-06-2009, 06:20 PM
i don't know. the example i posted isn't working in ie7

wyclef
04-06-2009, 08:12 PM
wait, can ie7 not get rgba?

wyclef
04-07-2009, 01:18 AM
wait, ie7 cant process rgba unfortunately. i'm wondering if this would be a good alternative... just would need to modify it somehow to accomodate link text triggering it also.

http://jqueryfordesigners.com/image-cross-fade-transition/

wyclef
04-07-2009, 07:25 PM
eh, i just tweaked what i was using to do an image crossfade but there seems to be a glitch i cant figure out when you rollover the stuff fast.

http://dynodealz.com/t/hover2.html