I set a transparent background in a div
element. It's child element don't have a transparent background.
I have:
background: rgba(181, 182, 183, 0.6);
For IE, i tried below:
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B5B6B700, endColorstr=#B5B6B700);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B5B6B700, endColorstr=#B5B6B700)";
What would be the correct hex
value? Im not sure on the last two digits.