SoFunction
Updated on 2025-04-11

FF IE browser's method to modify the transparency of tags


// FF browser
("IMG1"). = "0.5";
// IE browser
("IMG1"). = 'alpha(opacity=50)';