Table opacity not showing correctly in IE?
I have a table http://codepen.io/anon/pen/vOBVYp
that uses opacity to display a gray version of a table cell
but in IE 11 the output is bad. The same works fine in Chrome .. The table uses a javascript method to add specific styles to be applied to the I / O method of a cell of the table cells, if set on it.
Anything in particular needs to be added to make it work for IE.

However, the below IE version

+3
user581157
source
to share
1 answer
It works fine in my IE 11. browser you can try rgba background-color rather than opacity.
0
locateganesh
source
to share