Simple Jquery Tooltip

Tooltips is always a essential part in website to show addtional text.so here is the simple tutorial of making tooltips with jquery
Simple Jquery Tooltip
Simple Jquery Tooltip

CSS CODE

#pop-text
{
 position:absolute;
 padding:5px;
 background:#33CCFF;
 visibility:hidden;
 opacity:0;
 color:#fff;
 font-family:Arial, Helvetica, sans-serif;
}

Jquery CODE



HTML Code

Mouse Over to see Tool Tip
Download File Used in this example View Live Demo
Total Downloads:

No comments:

Post a Comment