Can i lay a button over another image

hi guys, am i able to lay a buttons/images OVER another image?

for example if i wanted to have multiple ‘secret’ buttons that you hover over an image and different AREAS are different links?

pls help! thanks

try putting the image and button inside a DIV
and position the button absolute.

For this to work you need to give position:relative to the parent element (the div where the button and image are.)

Then as @Revolution said, absolute for the button, click on one position icon and adjust the position with arrows.

1 Like

Hey @funkwise, I made a small demo showing one way this can be achieved:

Demo: https://webflow.com/design/demokit?preview=72388b288a26874be319ca1f7412d4eb
Page Title: Overlaying Elements

Hope this helps! :slight_smile: