beautytips.info |
beautytips.info |
|
name = BeautyTips
description = Implements jQuery BeautyTips Tooltip plugin
core = 6.x |
beautytips.install |
beautytips.install |
|
beautyTips install/uninstall hooks |
beautytips.module |
beautytips.module |
|
Provides API for adding beautytips to pages.
Adds Beautytips settings page and provides some built in functionality. |
ChangeLog.txt |
other_libs/bgiframe_2.1.1/ChangeLog.txt |
|
== New and Noteworthy ==
== 2.1.1 ==
* Removed $.browser.version for jQuery < 1.1.3
== 2.1 ==
* Updated to work with jQuery 1.1.3
* Added $.browser.version for jQuery < 1.1.3
* Optimized duplication check by using child selector and using… |
jquery.bt.css |
js/jquery.bt.css |
|
/**
* styling for tip content
* mostly for example
* note: canvas (the tip itself) cannot be styled here. use javascript options for that.
*/
.bt-content {
font-size: small;
color: #000;
line-height: normal;
}
/* styling for active target… |
README.txt |
README.txt |
|
IMPORTANT INSTALLATION INSTRUCTIONS
------------------------------------------------------------------------------------
In order for this module to work properly with IE, you will need to download the
ExplorerCanvas library, which can be… |