/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
div { /* standards-compliant browsers */ opacity:0.7; /* The following is ignored by standards-based browsers */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 */ filter: alpha(opacity=70); /* IE 5-7 */ }