In FF91.4.1esr, Linux Debian Bullseye, if I create a ghost image from a partially transparent png, a gray background is shown, instead of the webpage under the ghost image.
E.g. in this fiddle, created by someone else, I can see a gray box under the red and blue:
Is there anything I can do about it?
I tried setting ghostImg.style.background = 'white';, which gave me a white background.
I have also put the ghost image on the webpage independently of the dragged ghost image, and with the white background set, the background was white there, as well.
With background = transparent or none, on the webpage, the image was really transparent.
Which led me to believe that there is a layer BELOW the ghost image, to which I have no access:
layer1 <img>.src
layer2 <img>.background (transparent)
layer3 <div>.background (transparent)
layer4 browser-defined gray bedrock -> HOW TO REMOVE THIS?
layer5 the rendered webpage
Before tagging duplicate, I am aware of this question, it does not answer mine, and it is about Chrome: