Name: Anonymous 2010-04-17 17:17
/prog/ Gods,
I have searched and searched on for the jQuery syntax needed for the 'filter:alpha(opacity=x)' css property. I have tried many variations of the following with no avail:
$("#testdiv").css({filter:alpha(opacity=50)});
$("#testdiv").css({filter:"alpha(opacity=50)"});
$("#testdiv").css({filter:"alpha('opacity=50')"});
Any help would be greatly appreciated!!
I have searched and searched on for the jQuery syntax needed for the 'filter:alpha(opacity=x)' css property. I have tried many variations of the following with no avail:
$("#testdiv").css({filter:alpha(opacity=50)});
$("#testdiv").css({filter:"alpha(opacity=50)"});
$("#testdiv").css({filter:"alpha('opacity=50')"});
Any help would be greatly appreciated!!