====== Tips.Pointy ====== [[http://www.clientcide.com/docs/UI/Tips.Pointy|docs]] This class extends the [[http://www.mootorial.com/wiki/mootorial/08-plugins/03-interface/01-tips|Tips]] class to use the [[10.1-stickywin.ui.pointy|StickyWin.Pointy]] class so that your tips have a little pointer. Other than that they work pretty much the same as normal tips.
new Tips.Pointy($$('div.pointyTips a'));
Execute the code above and then mouse over the links above the code.
There are numerous options that you can use to control the direction of the pointer, the color of the tips, etc. See [[http://www.clientcide.com/docs/UI/Tips.Pointy|the docs]].