/ Published in: CSS
Expand |
Embed | Plain Text
filter: alpha(opacity=50); /* internet explorer */ -ms-filter: "alpha(opacity=50)"; /* IE 8 */ -khtml-opacity: 0.5; /* khtml, old safari */ -moz-opacity: 0.5; /* mozilla, netscape */ opacity: 0.5; /* fx, safari, opera */
You need to login to post a comment.
