/ Published in: JavaScript
CSS Opacity Filter
Expand |
Embed | Plain Text
.class { zoom: 1; filter: alpha(opacity=50); opacity: 0.5; }
Comments
Subscribe to comments
You need to login to post a comment.
hubbske on 03/05/12
1 person have marked this snippet as a favorite
CSS Opacity Filter
.class { zoom: 1; filter: alpha(opacity=50); opacity: 0.5; }
Subscribe to comments
You need to login to post a comment.
How do you consider this JavaScript?