/ Published in: CSS
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.
gerhardsletten on 01/02/09
3 people have marked this snippet as a favorite
.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.