Here is my code:
<tr style="opacity: 0.5;"><td><img style="opacity: 1.0 !important;" src="/img/crap.png"/><div>Some text, etc...</td></tr>
I wan't the image to be showed with full opacity, and rest should be only 50% opacity, I've tried also with !important
attribute, but it doesn't work. I've tried also to move that styles to the class in the css file. Image always has 50% of opacity.
How can I resolve this?