--- title: Tooltip description: Tooltips? More like Cooltips. But really though, tooltips are nifty for displaying extended information for a term or action on a page. video: 'PJMYScItyP4' sass: scss/components/_tooltip.scss js: js/foundation.tooltip.js --- ## Basic Tooltip By default, a tooltip appears below the defined term on hover.
```html_example The scarabaeus hung quite clear of any branches, and, if allowed to fall, would have fallen at our feet. ``` --- ## Tooltip Top To get a tip-top top tooltip (lol), just add the class `.top` to the `` element. ```html_example The scarabaeus hung quite clear of any branches, and, if allowed to fall, would have fallen at our feet. ``` --- ## Tooltip clicking By default, clicking on a tooltip will leave it open until you click somewhere else. However, you can disable that by adding `data-click-open="false"` ```html_example this tooltip will stay open while this one will only be open when hovered ``` --- ## Tooltip Right and Left You can also position the tooltips to the right and left of the word by adding the classes `.right` or `.left` to the `` element.When using Foundation in right-to-left mode, "right" still means right, and "left" still means left.
New in v6.4: Heads up! This explicit positioning model is a new feature in v6.4.