/ 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.
1man on 12/03/08
6 people have marked this snippet as a favorite
rickfu
charmcitycoder
Jdub7
rwczippy
Bluewall
snipplrhanz
Should also work in IE6 because of the filter
.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.