/ Published in: CSS
URL: http://css-tricks.com/64-css-transparency-settings-for-all-broswers/
Expand |
Embed | Plain Text
.transparent { zoom: 1; filter: alpha(opacity=50); opacity: 0.5; }
You need to login to post a comment.
URL: http://css-tricks.com/64-css-transparency-settings-for-all-broswers/
.transparent { zoom: 1; filter: alpha(opacity=50); opacity: 0.5; }
You need to login to post a comment.