I’d like to use a tooltip as a toolbar and would like some suggestions on the best way to do so.
Here are my requirements:
- Implemented in CSS or jQuery (or both)
- Tooltip shows after a second or two of hovering
- Tooltip has buttons for further UI
- On
mouseout, tooltip remains visible for a second - The tooltip remains visible on
mouseoverof both the triggering element, and the tooltip itself - The tooltip can contain HTML
Here’s an example of what I’d like to do:

Checkout Prototip especially the hideafter mode in the demo which satisfies your requirements.
There are lots of other ones you can chose from here