/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.rgba { background-color: transparent; background-color: rgba(200,200,200,0.8); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99dddddd,endColorstr=#99dddddd); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99dddddd,endColorstr=#99dddddd)"; }
URL: http://www.phpied.com/css-performance-ui-with-fewer-images/