I have css for two panels written like this
Based on the css and the image file
orb_filling9.png
this should yield a black background with etchings inside of it that somewhat resemble the image. (or just a black background, 0*x=0)
99iJ2GQ.png
as if the blend mode wasnt even applied.
Is that css property implemend properly?
Code:
#RedAddtive{ width: 200px; height: 200px; vertical-align: center; horizontal-align: center; background-image: url("file://{images}/custom_game/mmobar/orb_filling9.tga"); -s2-mix-blend-mode: multiply; } #BlackBackground{ background-color: #000000FF; width: 500px; height: 500px; vertical-align: center; }
orb_filling9.png
this should yield a black background with etchings inside of it that somewhat resemble the image. (or just a black background, 0*x=0)
99iJ2GQ.png
as if the blend mode wasnt even applied.
Is that css property implemend properly?
Comment