hello (she says into the abyss)... i don't even know how to google this question but if someone wants to point me in the right direction that would be great lol. on my altar.html page i have a element that's an overlay to make a sort of candle lighting effect...only issue w/ this is that now everything is "under" the overlay so i don't know how to make the images clickable...
obviously i could put the images on top of the overlay, but then they won't have the orange cast on on them yk. was thinking that i could make coordinates of the overlay clickable that correspond with the images underneath, but would they stay consistent to the location of images if the page is resized/on different sized monitors??
i also don't even know what i've gonna have displayed on click so maybe that's step one here :/ anyways if this made sense to anyone and you have html tips for a poor girl who can't code well lmk
obviously i could put the images on top of the overlay, but then they won't have the orange cast on on them yk. was thinking that i could make coordinates of the overlay clickable that correspond with the images underneath, but would they stay consistent to the location of images if the page is resized/on different sized monitors??
i also don't even know what i've gonna have displayed on click so maybe that's step one here :/ anyways if this made sense to anyone and you have html tips for a poor girl who can't code well lmk
you can use pointer-events:none on the overlay elements
huzzah so simple thank you!!
happy to help! i really like the altar candle effect!