/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.transparent { zoom: 1; filter: alpha(opacity=50); -moz-opacity: 0.5; /* Mozilla 1.6 and older */ opacity: 0.5; }