I've been searching for a long time now for a fairly simple JavaScript based tooltip solution. It needs to be:
- Open-Source and freely re-distributable, and allows my application to include it which would be distributable via free or commercial license.
- 'Sticky' i.e when opened it stays visible until the user clicks a little close button on it or ESC button is pressed.
- Style-able via CSS (preferably) or JavaScript.
- Compatible with IE6 or IE7 onwards, as well as modern browsers ;)
I did manage to find http://www.nickstakenburg.com/projects/prototip2/ (see the buttons example on that page) which meets all the requirements - except that I wouldn't be able to distribute what I'm creating for free which makes it a no-go :(
It only needs to able to handle basic HTML (div, p, span, img, etc) within the tooltip.
Thanks, Alex