"Out of the Box" Stylings 1 Stylings
Color Variations White and Black
Used Javascript Framework Mootools
Supported Joomla Versions 1.5 natively
Sliced Image Sources Fireworks CS3
Browser Compatibility Firefox, Safari, Opera, Chrome, IE6, IE7
XHTML and CSS Validation Yes
Exclusive YOOtooltip plugin
The YOOtooltip let's you create mouse over tooltips to your content and allows you to show additional information. YOOtooltip is Joomla plugin which is used inside your content.
Take a look at the documentation: How to set up the YOOtooltip? There is also a video tutorial available.


Sample Tooltips (white / black)

YOOtooltip!
Tooltip with sticky option:
Hover here!


Tooltip with text:
Hover here!

Tooltip with image:
Hover here!

Tooltip with HTML content:
Hover here!


Tooltip with width 300px:
Hover here!

Tooltip with width 400px:
Hover here!

Tooltip with width 500px:
Hover here!


Syntax

Use the following syntax to create a YOOtooltip:
Syntax to set the sticky option: {yootooltip title=[Tooltip Link] sticky=[1]}Tooltip Content{/yootooltip}

Syntax using default width: {yootooltip title=[Tooltip Link] }Tooltip Content{/yootooltip}

Syntax to set a custom width: {yootooltip title=[Tooltip Link] width=[300]}Tooltip Content{/yootooltip}

Syntax to set the mode: {yootooltip title=[Tooltip Link] mode=[trigger]}Tooltip Content{/yootooltip}

Syntax to set the display parameter: {yootooltip title=[Tooltip Link] display=[block]}Tooltip Content{/yootooltip}
(The display option is used to define wether the tooltip trigger is a "inline" or "block" element. By default every trigger is a "inline" element. Tip: Use the "block" option when adding tooltips to div's which surround images.)


Parameter Options

All parameter options for the YOOtooltip plugin.
Style
The YOOtooltip styling (Default)

Default Mode
The Tooltip default mode, defines where the Tooltip is displayed

Default Width (px)
Default Tooltip width in pixel, used when it is not set as Tooltip parameter

Sticky
Tooltip will stay open until close button is hovered