Project:Hovertips and Clicktips
Version:5.x-1.x-dev
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

How do I do hover and slide down div like on clicktips, not the ballon effect?

Comments

#1

If you look at hovertip.js, you can probable figure a way to change the code in there to do what you want. You basically want a clicktip to trigger on a hover event instead of a click event.

Personally, I don't think the layout of the page should change just by mousing over something. So I made the hovertips to appear in a "balloon". If you make it work feel free to post a patch here, but I'm not sure if anyone else will want pages to work that way.

#2

I wish I can, but I'm perfectly ignorant of JS. I hope someone takes this up, especially if it's as easy as you make it sound.