FancyTooltips Version: 1.2.1 Description: FancyTooltips is a WordPress Plugin and General Script that dynamically changes the tooltips that are created by browsers. Basically, FancyTooltips replaces those boring little boxes that appear next to your mouse with a dynamic and impressive one. FancyTooltips supports the title attribute from anchors (), acronyms (), inserts (), and deletions () and the alt attribute from images (). It will also display the accesskey attribute from an anchor (). How To Install: 1. Download the Regular Script file. 2. Extract the files. 3. Upload them to where the index of your website is located (do not alter the structure) 4. Here’s the tricky part: Add the following to code in between your tags: Note: You will need to edit the URI of the files if you alter the structure or if you want the FancyTooltips to display on a page that is located in a subdirectory. Usage: It’s simple to use. Once installed, all you need to do is add: title="This is the content of the FancyTooltips" attribute to anchors (), acronyms (), inserts (), and deletions () or the alt="This is the content of the FancyTooltips" attribute to images () (image FancyTooltips are turned off by default). It will also display access keys within the FancyTooltips, simple enter in the accesskey="a" attribute into an anchor (). Explanation: There isn’t much to explain. Everytime you have a title (or, in , an alt) attribute in your code, the script will replace them with aFancyTooltip! There isn’t much more than that. Customization: You can customize the colours of the FancyTooltips by editing the “fancytooltips.css” file. For those of you who are CSS savvy, I suggest W3Schools. There is description of what each style in the fancytooltips.css does. You can turn on the recognition feature by remove /* */ from the fancytooltips.js file on line 399. Note: Remove /* */ from the first line, not the second. By default, FancyTooltips are created throughout the entire webpage. If you wish to have FancyTooltips restricted to a certain ID container (e.g.
) simply add the specified ID in between '' on line 27. Change Log: v.1.2.1 - Fixed: - BIG CSS BUG. v.1.2 - Added: - ID restriction. - Help cursors for , , , and . v.1.2 - Removed: - FancyTooltips turned off by default. v.1.2 - Improved: - CSS semi-descriptions. v1.1 (Beta Release) - Removed: - Single file package. v.1.0 (Private Alpha) - No Information Licence: As originally released by Stuart Langridge, this script is licensed under the MIT License. Special Thanks: This script was based on NiceTitles by Dunstan Orchard and Stuart Langridge. Also, a big thank you to Brett Taylor for his help with the WordPress Plugin implementation. And Chris Beaven for the ID restriction code.