Hello! The layout has a background with a soft light effect. Actually how to display it in the layout? I know about the background-blend-mode CSS property, but it is not supported by any IE, which does not suit me. The “clumsy” method of rasterizing the layer style also seems to me to be not quite correct. I want to know how experienced problem makers solve this problem.
- At the moment, web pages are used for the purpose of providing content, and not as an advanced graphical interface. Despite all the improvements and innovations, the pages still do not have a large graphic component. Therefore, rasterize, rasterize and rasterize once more, until you think of anything better and put it to the end. - Alex Krass
- Well, okay, thanks for the quick response)) I just assumed that if a person, for example, wants to change the image from the admin panel so that the overlay is preserved. But apparently, this will not work. - massandrean
- The most cross-browser solution specifically for ...- blend-mode, for example, for luminosity mode, this is a replacement or image substitution, jsfiddle.net/8xopkv5u/1 is the most cross-browser solution;
|