Plugin Directory

Changeset 361543


Ignore:
Timestamp:
03/18/2011 07:46:32 AM (15 years ago)
Author:
yonadi.com
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • auto-tooltip/trunk/readme.txt

    r338066 r361543  
    11=== Plugin Name ===
    22Donate link: http://www.yonadi.com
    3 Tags: link, links, ajax, plugin, javascript, slide, animation, jquery, tooltip
    4 Tested up to: 3.0.4
     3Tags: link, links, ajax, plugin, javascript, slide, animation, jquery, tooltip, page, post,
     4Tested up to: 3.1
    55Requires at least: 2.0.2
    66Stable tag: trunk
    77
    8 add tooltip on your blog.
     8easy add very good tooltip on your blog.
    99
    1010
     
    1313add tooltip on your blog.
    1414
    15 you can
     15use yiur wanted style if you dont like this style or color
     16
     17
    1618== Installation ==
    1719
     
    19211. Upload the zipped file to yoursite/wp-content/plugins
    20222. Activate the plugin through the 'Plugins' menu in WordPress
    21 3.add tooltip style on your template style .
    22 4. visit my site and comment here .
     233.select your wanted color to auto tooltip option's page if you dont like this style .
     244. visit my site and comment here http://yonadi.com .
    23255 . enjoy .
    2426
    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.