=== Plugin Name ===
Donate link: http://www.yonadi.com
Tags: link, links, ajax, plugin, javascript, slide, animation, jquery, tooltip
Tested up to: 3.0.4

add tooltip on your blog.


== Description ==

add tooltip on your blog.

please add the tooltip style to your style.css file on your used template .


== Installation ==


1. Upload the zipped file to yoursite/wp-content/plugins
2. Activate the plugin through the 'Plugins' menu in WordPress
3.add tooltip style on your template style .
4. visit my site and comment here .
5 . enjoy .

==style==
div#qTip {
	padding: 5px;
	border: 1px solid #999;
	display: none;
	background:#FFFFCC;
	color: #000000;
	font: 11px tahoma;
	position: absolute;
	margin: 8px 0 0 0px;
	z-index: 3000;
	direction: rtl;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
	opacity: 0.83; filter: alpha(opacity=83);
	max-width: 200px;
	-moz-box-shadow: 0px 0px 4px #fff;
}