Tooltip2 BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

Tooltip2 BBCode

Post by BBCode Bot »

Tooltip2 BBCode

Author: Jaifaime
Description: Adds a simple mouse-over tooltip to any text or image.
[valid][/valid]

BBCode:

Code: Select all

[tooltip2={INTTEXT}]{TEXT}[/tooltip2]
HTML:

Code: Select all

<a title="{INTTEXT}" class="postlink" style="cursor: help;">{TEXT}</a>
Helpline:

Code: Select all

Tooltip2 text: [tooltip2=text]text[/tooltip2]
Example:

Code: Select all

[tooltip2=and this is what it does!]here[/tooltip2]
Demo:
[tooltip2=and this is what it does]here[/tooltip2]
Locked