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