Published in: CSS
Sets the opacity of an element and its children. Doesn't validate. Mozilla began supporting the opacity rule in version 1.7, so '-moz-opacity' may not be necessary...
selector { filter: alpha(opacity=60); /* MSIE/PC */ -moz-opacity: 0.6; /* Mozilla 1.6 and older */ opacity: 0.6; }
Comments
Subscribe to comments
You need to login to post a comment.

As a note, I believe, Gecko 1.7 was implemented in Firefox 1.5.