Is there a way to make ie (7,8) display a gradient AND background image on the same div?
The only way I worked (but only almost) was to use two filters: one for the gradient and one using the AlphaImageLoader, but of course you cannot place the image.
The background image and gradient filter declaration does not work because it simply will not display the image - only the gradient.
Is there any (preferably non-js) solution?
If not, I will have to resort to using a background image for the gradient, which is not so nice, but it will not matter much ...
source
share