HI guys,
I am playing with Servoy 6 a little.
Just made a simple form, with a simpel image on (PNG).
But when I open the form in webclient, the opacity of the image is reduced to 50%.
In the Smart Client there is not opacity loss.
ALso in source-code of the webpage from webclient there is something defining the opacity.
<div id="id2" class="formpart" style="background-color:#000000;">
<div style="white-space:nowrap;background-image:url(resources/servoy/media?id=alarm.png&s=test&l=14676852);background-repeat:no-repeat;background-position:center center;filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;" class="label" id="id4"><span style='display: block; text-align: center;'></span></div>
Why is this? Am I missing something? Or is this a bug.
Thankx in advance