Page 1 of 1

Text popup on mouseover

Posted: Mon Jan 10, 2022 12:12 am
by Daniel Baran
Hello all,
This is probably simple, but I'm just not seeing it.
I would like for a text box to popup on mouseover to expand on a topic (much like it happens on Wikipedia pages).
Any guidance on best practice for this is appreciated.
Regards,
DB

Re: Text popup on mouseover

Posted: Mon Jan 10, 2022 6:37 am
by Pablo
You can do this with;
- events
https://wysiwygwebbuilder.com/more_events.html

- popover cards
https://wysiwygwebbuilder.com/cards.html

or
- tooltips

Re: Text popup on mouseover

Posted: Mon Jan 10, 2022 7:57 pm
by Daniel Baran
Thank you Pablo,
Exactly what I needed.
DB