[Table]Вверх страницы между .....ставим следующее: [/Table]
Code
<script src="http://0nline.3dn.ru/hint.jss" type="text/javascript"></script>
[Table]В CSS в любое место добавляем это: [/Table]
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;
}
[Table]Чтобы отображалась надпись, нужно перед тегом href="" добавить тег title="" или alt="" [/Table]