/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.transparent { zoom: 1; filter: alpha(opacity=50); opacity: 0.5; }
URL: http://css-tricks.com/64-css-transparency-settings-for-all-broswers/