Jquery tooltip plugin is great tool to explain a lot from a single  word.You can easily implement this in your blog also it is very easy to  use.You can highlight some words and add a tooltip to them,when any user  hovers on the word a smooth tooltip will appear just above of the  highlighted word with your description.This jQuery tooltip is designed  by nettuts+ and I have reshared it on Helper Blogger.Now lets see how to add it and use it,
How To Add jQuery Tooltip To Blogger?
As I mentioned above the installation and usage of the tooltip is very  easy,you just have to put some code in your template,just follow below  simple steps.
1. Adding Tooltip Scripts
- Go to Blogger Dashboard > Template
- Download a copy of your template
- Click on Edit HTML
- Hit Proceed button
- Find for below code in your template
</head>
add below code just above it,
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script type="text/javascript" src="http://yourjavascript.com/21412118492/truebloggertricks. blogspot.com-tooltip.js"></script> 
Note - If you have already added a jQuery plugin to your blog then don't add the first line from above code.
2. Adding Tooltip Styles
Find below code in your template,
]]></b:skin>
add below code just above it,
.tip { width: 212px; padding-top: 37px; overflow: hidden; display: none; position: absolute; z-index: 500; background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEjnIKa6cPZwbkFrYHZMOQWu6895y_8cIZJ65AmP-vg1BU13GiMTOMDw_5ltlyqopft-TX3XAXqaZaI6_6Pm_EytT6ZUbIly5lmnVMQqXJz40WDHpyIjqyg7Qm2G7XW9xsotYO1qBb6FY/s1600/hb_tipTop.png) no-repeat top; } .tipMid { background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQ2QAAw5cnkY4ohPY9Xy2-t-eUCF4vJFlYQ8IgRTybtzDnOQ_0InhTjfvAGUzZyFFEEwuZyRDMICicijWSBq7psINAreUAYX3mg35M0zkxnLKleS-9c-9sSUQGjjTH4vrRfO17KNexPpA/s1600/hb_tipMid.png) repeat-y; padding: 0 25px 20px 25px; } .tipBtm { background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNN8_Z7fx5RaShHHWnYOl2vuiQ9Cgz2LK0o3LBDFi02TFAa2sR05eYp74yqcKSKNQY8IjnrZvE9V8vcwDX4SW7whhyIIG3waaNdp9xZnkHGyB_zuJ7qPIlyfKAa4GkAIPbi59648DlWB0/s1600/hb_tipBtm.png) no-repeat bottom; height: 32px; }
3. Using The Tooltip
If you want to add tooltip in blogger posts,then go to Edit HTML tab and add below code inside it.
<div class="tTip" title="Add Tooltip Message Here">Add Your Text Here</div>
- Replace Add Tooltip Message Herewith the message which you want to appear in tooltip.
- Replace Add Your Text Herewith the text on which you want to appear tooltip.
Hope you have liked it :)


 
 
 

 
 
 
 
 
0 nhận xét: