Changeset 361543
- Timestamp:
- 03/18/2011 07:46:32 AM (15 years ago)
- File:
-
- 1 edited
-
auto-tooltip/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
auto-tooltip/trunk/readme.txt
r338066 r361543 1 1 === Plugin Name === 2 2 Donate link: http://www.yonadi.com 3 Tags: link, links, ajax, plugin, javascript, slide, animation, jquery, tooltip 4 Tested up to: 3. 0.43 Tags: link, links, ajax, plugin, javascript, slide, animation, jquery, tooltip, page, post, 4 Tested up to: 3.1 5 5 Requires at least: 2.0.2 6 6 Stable tag: trunk 7 7 8 add tooltip on your blog.8 easy add very good tooltip on your blog. 9 9 10 10 … … 13 13 add tooltip on your blog. 14 14 15 you can 15 use yiur wanted style if you dont like this style or color 16 17 16 18 == Installation == 17 19 … … 19 21 1. Upload the zipped file to yoursite/wp-content/plugins 20 22 2. Activate the plugin through the 'Plugins' menu in WordPress 21 3. add tooltip style on your templatestyle .22 4. visit my site and comment here .23 3.select your wanted color to auto tooltip option's page if you dont like this style . 24 4. visit my site and comment here http://yonadi.com . 23 25 5 . enjoy . 24 26 25 ==style==26 div#qTip {27 padding: 5px;28 border: 1px solid #999;29 display: none;30 background:#FFFFCC;31 color: #000000;32 font: 11px tahoma;33 position: absolute;34 margin: 8px 0 0 0px;35 z-index: 3000;36 direction: rtl;37 -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;38 opacity: 0.83; filter: alpha(opacity=83);39 max-width: 200px;40 -moz-box-shadow: 0px 0px 4px #fff;41 }
Note: See TracChangeset
for help on using the changeset viewer.