/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
div { background: #fff none; filter: alpha(opacity=70); height: 1%; } div * { filter: alpha(opacity=100) !important; position: relative; }