 
 
 Вверх страницы между  ставим следующее: 
 Code
<script src="http://xtreme.ws/js/hint.js" type="text/javascript"></script>
 http://xtreme.ws/js/hint.js лучше скачать себе на сайт и указать ссылку к нему в скрипте 
 В CSS в любое место добавляем это: 
 Code
hint   
 {   
 background-color:#d3e85c;   
 line-height:10px;   
 color:black;   
 font-family:verdana;   
 font-size:11px;   
 width:auto;   
 border-top:1px dashed #1c8064;   
 border-right:1px dashed #1c8064;   
 border-bottom:1px dashed #1c8064;   
 border-left:1px dashed #1c8064;   
 margin:0px;   
 padding:8px;   
 position:absolute;   
 visibility:hidden;   
 }