Вставляем в любое место страницы
Code
<style>
/* hint menu */
.hint
{
background-color:#FFDEAD;
line-height:10px;
color:gren;
font-family:verdana,arial,helvetica;
font-size:8pt;
width:auto;
border-top:1px solid white;
border-right:1px solid white;
border-bottom:1px solid white;
border-left:1px solid white;
margin:1px;
padding:8px;
position:absolute;
visibility:hidden;
}
/* ---------------- */
</style>