/ Published in: JavaScript
CSS Opacity Filter
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.class { zoom: 1; filter: alpha(opacity=50); opacity: 0.5; }