Show
Ignore:
Timestamp:
03/25/07 17:51:55 (22 months ago)
Author:
bill
Message:

make tooltip a bubble, and trigger it from position of node rather than position of mouse, for accessibility reasons.
refs #2639

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/test_Tooltip.html

    r7562 r7786  
    2020                 
    2121                /* override tooltip style for this page */ 
    22                 body .dojoTooltip { color: blue; border: solid 2px blue; padding: 4px; } 
    23                  
     22 
     23                body .dojoTooltipContainer { color: blue; border: solid 2px blue; padding: 4px; } 
     24                body .dojoTooltip .dojoTooltipConnector { border-bottom-color: blue; } 
     25 
    2426                /* and then have some tooltips that look different than the others (just for testing) */ 
    2527                body .waves { color: red; font-style: italic; background: url(images/2.jpg) top right; border: red 3px dotted;}