How to Implement floating button

0
Hi everyone!   I am newbie to Mendix so apology if I asked an obvious question. I want to implement a “floating” button that the button can appear over an image. However I drag a “Open Page” button, it is being put after the image. How could I implement the button so that it appears like an overlay to the large cover image?    
asked
1 answers
2

Hi Emerson Ku,

You can make it possible with CSS styling of “position” property.

This link might help you with your requirement.

https://www.w3schools.com/howto/howto_css_button_on_image.asp

answered