/ Published in: CSS
for the filter value I'm not quiet shure. advice is welcome!
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.transparent_class { filter:alpha(opacity=50); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }