cooltips icon indicating copy to clipboard operation
cooltips copied to clipboard

CoolTips is a replacement for conventional web-browser tooltips. Cooltips is fully unobtrusive Class based on Prototype & Script.aculo.us, which is functional without any images (pure CSS).

Results 5 cooltips issues
Sort by recently updated
recently updated
newest added

Message : 'this.tooltip.down(...)' a la valeur Null ou n'est pas un objet.

Hi, Please see: http://okonet.ru/projects/tooltips/ Instead of '&': should be '?': And should be also added effects.js (in my case didn't work otherwise).

new Tooltip('groupSpecialtySubmitButtonDisabled', {backgroundColor: '#333', borderColor: '#000', textColor: '#FFF', textShadowColor: '#000'}); ``` ``` Does not work. If I remove the buttons disabled element it does. Is this a bug or just...

I would suggest to remove backgroundColor and all the "styling" options from the js options hash and add functionality to define additional class names for a tooltip. This would add...

What steps will reproduce the problem? 1. In IE 7 I am serving an asp.net page. When the page initially loads the tool tips work as expected. When I select...