i want to create some buttons with WWB drawing tool (design my own buttons) and also use shapes as buttons, but i just want the click area to be limited to the shape/drawing itself. That being said, i have a vague idea that using the CSS overflow: hidden property and also the clip-path property (depending on the complexity of the shape, etc) can be used to create this effect. My question is:
is there an easy way to do this in WWB, i mean for each shape/drawing i create? the only thought that occurs to me is using the HTML object to achieve this goal but then again that is not very pratical...
thank you