/ Published in: CSS
Should also work in IE6 because of the filter
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.
