Forum Discussion
VictorMadison
5 years agoCommunity Member
Tooltips
How do you create a tooltip in Storyline 3?
Nedim
2 years agoCommunity Member
Gram Smith's solution seems to be the most accurate. If I were to create a tooltip in a pure HTML document, I would have to create a new element (like a <span>) and toggle its visibility property when hovering over its parent element. I would always try to avoid creating a tooltip inside the hover state. It will work, but it is not right.