/ Published in: CSS
Expand |
Embed | Plain Text
.transparent { zoom: 1; filter: alpha(opacity=50); -moz-opacity: 0.5; /* Mozilla 1.6 and older */ opacity: 0.5; }
You need to login to post a comment.
.transparent { zoom: 1; filter: alpha(opacity=50); -moz-opacity: 0.5; /* Mozilla 1.6 and older */ opacity: 0.5; }
You need to login to post a comment.