I'm trying to render an HtmlLabel over a gradient background by setting BackColor=Color.Transparent in the HtmlLabel, but it seems to be picking up the colour of the top right pixel of the background and painting the entire label background as a solid of that colour.
Is there a way to get true transparency behind the HtmlLabel?
Is there a way to get true transparency behind the HtmlLabel?