Joan Piedra schrieb:
Hey guys,

Is there a crossbrowser jquery way to add opacity to an element?
I've tried with .css('opacity','0.5') and .animate({opacity:0.5},0000).

Is there some documentation or workaround to achieve this?
Regards

However I thought the above would work as well, the following worked for me in the past:

$('.whatever').fadeTo(0, 0.5);



-- Klaus

Reply via email to