First topic message reminder :

Code tested on: Recent browsers
Checked by: Niko
Extra infos: Choose the position of the tooltip
To choose the position of the tooltip, i.e on which side of the text it will display, you have to edit this code:
Codes last updated on 28th May 2014 by Niko
Title of the resource
Description
This tutorial will show you how to add Tipsy Tooltips to your forum!
Demo

Code
You have to reply to this topic to see the code (avoid Flood)
General Informations
Code creator: Mathias (debugger)Code tested on: Recent browsers
Checked by: Niko
Extra infos: Choose the position of the tooltip
To choose the position of the tooltip, i.e on which side of the text it will display, you have to edit this code:
- Code:
gravity: 's'
- If you write 's' after "gravity:", the tooltip will appear above the text.
- If you write 'n' after "gravity:", the tooltip will appear below the text.
- If you write 'e' after "gravity:", the tooltip will appear on the left side of the text.
- If you write 'w' after "gravity:", the tooltip will appear on the right side of the text.

Last edited by Mathias on Sun Apr 08, 2012 10:07 am; edited 3 times in total