Table of Contents
  1. Example 1: Native Tooltip
    1. Browser tooltip using title attribute
    2. Basic mouseover tooltip using domTT
  2. Example 2: Basic Features
    1. Status text
    2. Trailing the mouse
    3. Directionality
  3. Example 3: Styled Tooltips
    1. Overlib style
    2. Tooltip with caption
    3. Nicetitles style
  4. Example 4: Behavior Options
    1. Sticky tooltip
    2. Custom close link
    3. Velcro tooltip
    4. Form field tooltip
  5. Example 5: Advanced Features
    1. Snap to grid
    2. Tooltip alpha fading
    3. Lazy (drunk) tooltip
  6. Example 6: Special Content
    1. Image in tooltip content
    2. Inline window
  7. Example 7: Object Detection
    1. select form element detection
    2. flash detection (not yet demonstrated)
  8. Example 8: Custom Context Menu
    1. Menu on right click
    2. Menu on CTRL-click
  9. Example 9: Auto-Generated Tips
    1. Nicetitles example with plain text
    2. Nicetitles example with link text
  10. Example 10: Onload PopIn
    1. Popup with embedded image on page load
    2. Popup with custom close link on page load with delay
  11. Example 11: Tooltip In IFrame
    1. Tooltip from within a frame
  12. Example 12: Dynamic Tooltips
    1. Dynamic content on tooltip creation
    2. Dynamic update of content on existing tooltip
  13. Example 13: Nested Tooltips
    1. Greasy tooltip from within a velcro tooltip
  14. Example 14: Positioning
    1. Custom positioning of tooltips
«Index
Example 1»