/ Published in: CSS
URL: http://css-tricks.com/rgba-browser-support/
Expand |
Embed | Plain Text
.grad { /* The Fallback Color */ background: rgb(200, 54, 54); /* The Important Bit - Alpha Transparency */ background: rgba(200, 54, 54, 0.5); *background:transparent; *filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000050,endColorstr=#99000050); zoom: 1; }
You need to login to post a comment.
