Clickable tooltip on mouseover
Is there a good solution for creating a tooltip that appears on mouseover that has a clickable link inside it? So I need the tooltip to appear on mouseover of an element, but then be able to move the cursor over the tooltip to click the link. I still want the tooltip to hide when you move off of the original target or the tooltip itself. I know this is possible in code, is it possible in JIM?
Check out the attached prototype. It uses an "On Mouse Enter" + "Show" event on the element, which shows the tooltip. Then, there's an "On Mouse Leave" + "Hide" event for the tooltip, which will hide it when the mouse leaves its area. We've also added rectangles around the element, which allows the tooltip be hidden when the mouse leaves its area as well.
Check out the attached prototype. It uses an "On Mouse Enter" + "Show" event on the element, which shows the tooltip. Then, there's an "On Mouse Leave" + "Hide" event for the tooltip, which will hide it when the mouse leaves its area. We've also added rectangles around the element, which allows the tooltip be hidden when the mouse leaves its area as well.
Replies have been locked on this page!