I'm using a WebBrowser in my C# application to display my web page. I have a div that is set to semi-transparent using the standard rgba:
background-color:rgba(255,0,255,0.5);
It works fine in Firefox and my IE 10 but just doesn't appear in my C# WebBrowser.
Is there a way I can work around this and make a semi-transparent background for a C# WebBrowser?