YUI Library JavaScript DHTML





    
Simple Tooltip Example

/*margin and padding on body element
  can introduce errors in determining
  element position and are not recommended;
  we turn them off as a foundation for YUI
  CSS treatments. */
body {
  margin:0;
  padding:0;
}








Simple Tooltip Example



  

Hover over the orange box and the link to see their Tooltips.

      



Hover over me to see a Tooltip!


Hover over me to see a Tooltip!



  YAHOO.namespace("example.container");
  YAHOO.example.container.tt1 = new YAHOO.widget.Tooltip("tt1", { context:"ctx", text:"My text was set using the 'text' configuration property" });
  YAHOO.example.container.tt1.beforeShowEvent.subscribe(function(){YAHOO.log("Tooltip one is appearing.","info","example");});
  YAHOO.example.container.tt2 = new YAHOO.widget.Tooltip("tt2", { context:"link" });





   
  
yui_2.7.0b.zip( 4,431 k)