What is tooltip?
As per Wikipedia: The tooltip is a common graphical user interface element. It is used in conjunction with a cursor, usually a mouse pointer. The user hovers the cursor over an item, without clicking it, and a small "hover box" appears with supplementary information regarding the item being hovered over.
Demo: Hover over here Tool tip text appears here
Blogger hack by Ritesh Sanap.
This tooltip works with all browsers. Liked it? Just follow the instruction given below and start using it on your blog.
- Login to your blogger dashboard.
- Find </b:skin>
- Just above the code add the CSS given below :
a.tip {position:relative;}
a.tip span {display: none; position: absolute; top: auto; left: auto; padding: 5px 5px 5px 5px; z-index: 100; background-color: #000; color: #fff; border:0px solid #777; width:200px; height:auto; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
a:hover.tip {font-size: 99%;cursor:pointer;}
a:hover.tip span {display: block;position: absolute;-moz-opacity: 0.7;
opacity:0.7; top:auto; left:auto; right:2px; bottom:auto; line-height:14px; font-size:12px;font-weight:normal;} - You Have Successfully Installed the widget.
How to Use this widget?
Check the following example.
| <a class='tip' href='#'>more<span>tool tips text area. know more..</span></a> |
Example :moretool tips text area. know more.
Filed Under :




0 Responses to “Tool tip or hint widget for blogger”
Leave a Reply
Please Leave your Email Address