0
Unknown
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,
add below code just above it,
Note - If you have already added a jQuery plugin to your blog then don't add the first line from above code.
Find below code in your template,
add below code just above it,
If you want to add tooltip in blogger posts,then go to Edit HTML tab and add below code inside it.
Hope you have liked it :)
Peace and Blessings Buddies....
How To Add jQuery Tooltip To Blogger
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
add below code just above it,
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,
]]>
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/AVvXsEjbjAQ7eO_Ju8HxRJye4ABCcW8hyphenhyphentEpaO2qUC02XjzY5uOiz82g9-LEBSOWdmXruCLSIDlUmiF-3Dp5hcCNwLJNPq_HT38wuFGm21f_WV7GEBH2_QEfXaxO0Bvmuh1lpLfvM-ARcUWrnjw/s1600/hb_tipTop.png) no-repeat top;}.tipMid { background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2d1Bt6ZKyXxdhimI78aUccXIunpWp8GPBvvUUIL308U7bSyQPel5gfkTNMt6tw1qlPNb9NcvqC0YBA7aKelgwGI1FONxK0zP0kQvDKCjGX26t2EteixrioAKZk8grY_pjZdY_rk741jg/s1600/hb_tipMid.png) repeat-y; padding: 0 25px 20px 25px;}.tipBtm { background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBbvPkmzBOLTyrbkq-FDFyLLLwWjhAPnNvV0LdnpY_tnKaUTQgv8pWG7utiUSnrcx7Gul6SvbTVkuynmJtXF3Rin7WL8_OefftJ-iSrAbS0nznWzhUHB9SB6V61-5Xj4HALPXAEqMsEeE/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.
Add Your Text Here
- Replace
Add Tooltip Message Here
with the message which you want to appear in tooltip. - Replace
Add Your Text Here
with the text on which you want to appear tooltip.
Hope you have liked it :)
Peace and Blessings Buddies....
Related Articles :
Do you like this article? Spread the words!
If you enjoyed this post, please consider leaving a comment or subscribing to the E-mail feed to have future articles delivered to your feed reader.
Subscribe to:
Post Comments (Atom)
0 Responses to “How To Add jQuery Tooltip To Blogger”
Post a Comment