I have found several threads on mouse overs, but most of them are +5 years old, so I’m wondering if the provided solutions are still uptodate or if anything has changed in the meantime.
What I want to do is:
- I have question text.
- when hovering over certain phrases of the question text, I want a tool tip to appear.
- The solution needs to work on desktop as well as mobile devices.
- Ideally, I’m looking for a solution that’s as easy/low-code as possible.
Currently, I’m using the following approach described here: https://servicehub.ucdavis.edu/servicehub?id=ucd_kb_article&sysparm_article=KB0006562&spa=1&sys_id=c52ef409db10a4d098c6ac1b139619e7
This works ok-ish, but I have to make myself familiar with CSS in order to tweak the visual appearance, so maybe there’s an easier solution?
Thanks!
