/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
opacity: 0.5; /*Future Proof*/ -moz-opacity: 0.5; /*Mozilla*/ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*IE 8*/ filter: alpha(opacity=50); /* IE 6 and 7*/ -khtml-opacity: 0.5; /*Old School*/