/ Published in: PHP
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.
iTony on 08/11/09
2 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.