Download List

Projeto Descrição

DOM Tooltip allows developers to add customized tooltips to Web pages. The tooltips are controlled through style class definitions and respond to events such as "mouseover", and avoids possible collisions with form elements such as select boxes and screen edges. While originally designed to create context tooltips, it is also possible to create a wide variety of dynamic layers, such as embedded windows, context menus, and hidden blocks. Additional features include sticky tips, tooltip fading, lifetime, relative positioning, class assignments, width adjustments, mouse dragging, captions, directionality, offset adjustments, adjustable activate/deactivate delay times, snapping to grid, fate adjustment (hide or destroy), and references to created tips. It supports Mozilla/Netscape6+, IE 5.5+, IE on Mac, Safari, Konqueror, and Opera 7.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-07-17 22:19
0.7.1

Esta versão corrige detecção de bordas no IE, um problema onde as dicas links desativados e os botões na página, e um problema de envolvimento no Opera e IE. O clone função conflitantes protótipo () foi removido. Changed à biblioteca de desvanecimento novos para melhorar o suporte para o Safari. Um documento de referência HOWTO foi adicionado. A licença foi alterado para o Apache 2.0.
Tags: Major bugfixes
This release fixes edge detection in IE, a problem where tooltips disabled links and buttons on the page, and a wrapping problem in Opera and IE. The conflicting prototype function clone() has been removed. Changed to new fading library to improve support for Safari. A HOWTO reference document has been added. The license has changed to Apache 2.0.

2004-11-13 09:19
0.7.0

Foi adicionado suporte para os navegadores do Mac, Safari e IE. Detecção de padrões de modo a observância permite agora compensa tela a ser calculado corretamente, independentemente da definição DOCTYPE. Vários longo bugs em pé e os erros de JavaScript foram corrigidos.
Tags: Major bugfixes
Support was added for the Mac browsers, Safari and IE. Detection of standards compliance mode now allows for screen offsets to be calculated correctly regardless of DOCTYPE definition. Several long-standing bugs and JavaScript errors were corrected.

2003-02-15 06:23
0.6.0

A revisão do código principal foi feita, resultando em uma biblioteca menor e mais rápido. Fading agora é mais eficiente e é manipulado por uma classe externa. Todas as informações dica agora é armazenado em um hash global e não como atributos do nó DOM. Tooltip à direita (seguindo os movimentos do mouse) é agora significativamente mais rápido e acompanha o mouse perfeitamente na maioria dos computadores.
Tags: Major feature enhancements
A major code revision was made, resulting in a smaller and faster library. Fading is now more efficient and is handled by an external class. All tooltip information is now stored in a global hash rather than as DOM node attributes. Tooltip trailing (following mouse movements) is now significantly faster and follows the mouse perfectly on most computers.

2003-02-10 07:55
0.5.5

Esta versão corrige falhas graves no IE 5.0 (ele não pode usar atrasos desde setTimeout é buggy), corrige um erro do hideList em todos os navegadores, e corrige um bug no example10.html quando se utiliza um popup.
Tags: Minor bugfixes
This version fixes major crashes in IE 5.0 (it cannot use delays since setTimeout is buggy), fixes a hideList error in all browsers, and fixes a bug on example10.html when using a popup.

2003-02-09 13:02
0.5.4

Esta versão corrige um problema de deslocamento deslocamento quando o IE está em modo de compatibilidade, e um problema em que a detecção de caixa de seleção vetou o elemento dentro do tooltip.
Tags: Minor bugfixes
This version fixes a scroll offset problem when IE is in compatibility mode, and a problem where the select box detection nixed the element inside the tooltip.

Project Resources