Looking to add a PNG image to a menu, similar to the one showcased below:
https://i.sstatic.net/YOXpM.jpg
My current approach involves using position: absolute
and z-index
, but I'm encountering issues when the menu ends up behind the PNG image. Is there a way to create a mask from the PNG image so that the menu functions properly within that area?