I am trying to display a transparent PNG as background image (actually bootstrap image) on my page.
Now I want to display it with less opacity. But it is not displaying correctly (displays with some edges around the image)
I know it can be fixed with adding the background-color attribute.
But is there any other way to fix it. I have tried various Microsoft filter attributes... like
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
opacity: 0.1;
But does not help.