Skip to main content

All Questions

Tagged with
0 votes
0 answers
26 views

Why does a masked-image ignore the z-index? [duplicate]

I have an image that I mask in CSS. I want a text above this masked-image. It seems that the z-index is ignored. I made a small example with my code to show the problem. To see that the z-order is ...
Tee's user avatar
  • 1
0 votes
0 answers
1k views

CSS image mask not showing in edge but works fine in Firefox and Chrome

I have a slider with an image mask which works fine in Firefox and Chrome (attached) The CSS for it is quite simple: position: absolute; bottom: -150px; width: 800px; left: 50%; transform: ...
David Robert's user avatar