/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.transparent_class { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
URL: http://css-tricks.com/css-transparency-settings-for-all-broswers/