How to put elements so that one is behind the other in the way like this?:
(LOGO) (PICTURE) (MENU ")
"PICTURE" should be partially put also on the part indicated with " and be partially transparent (around the picture which is not rectangular, but non-regular shape). I create HTML + CSS.
Probably menu would be in JavaScript. Picture of helment won't be rectangular so I need to do its background transparent and change percentage of transparency of pictures in CSS.
HI I see your code you want to overwrite on any image and through an image. For this you will use the css property
z-index:1; (for use overwrite you will also use it 1 to more i mean like z-index:30;) z-index:-1; (For use behind the image or text same like above z-index:-45;)