Hi, I can change the lement opacity in IE using.
abc.style.filte r = 'alpha(opacity= ' + 10 + ')';
But this dont work in firefox, In firefox it throws error.
How I can change the opacity of an element in Firefox.
abc.style.filte r = 'alpha(opacity= ' + 10 + ')';
But this dont work in firefox, In firefox it throws error.
How I can change the opacity of an element in Firefox.
Comment