Установка:
ПУ---> Управ. дизайном---> Каталог файлов---> Страница мат. и коммент. к нему---> Находим:
Код
<td width="85%">
[ <a href="$FILE_URL$"><!--<s5223>-->Скачать с сервера<!--</s>--></a> ($FILE_SIZE$)
· <a href="$RFILE_URL$" target="_blank"><!--<s5224>-->Скачать удаленно<!--</s>--></a> ($RFILE_SIZE$)
· <a href="$SCREEN_URL$" target="_blank"><!--<s5187>-->Скриншот<!--</s>--></a> ]
</td>
И заменяем на:
Код
<td width="85%" style="padding:2px">
<a href="$FILE_URL$" title="Размер $FILE_SIZE$" class="north"><img src="http://webmaster-profi.ru/scripts_ucoz/file.png" border="0" alt="Размер $FILE_SIZE$" / width="222" height="49"></a>
<script src="http://webmaster-profi.ru/scripts_ucoz/jquery.tipsy_kracivii_vid_title_dl-MK5qX.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
$('.north').tipsy({gravity: 'n'});
$('.south').tipsy({gravity: 's'});
$('.east').tipsy({gravity: 'e'});
$('.west').tipsy({gravity: 'w'});
});
</script>
· <a href="$RFILE_URL$" target="_blank"><img src="http://webmaster-profi.ru/scripts_ucoz/file.png" border="0" alt="$RFILE_SIZE$" / width="222" height="49"></a>
· <a href="$SCREEN_URL$" target="_blank"><!--<s5187>-->Скриншот<!--</s>--></a>
</td>
<style>.tooltip span:before {
border-top-color: #CCCCCC;
bottom: -9px;
}
.tipsy {
background-image: url("http://webmaster-profi.ru/scripts_ucoz/tipsy_kracivii_vid_title_dli_ccilok.gif");
background-repeat: no-repeat;
font-size: 11px;
opacity: 0.9;
padding: 5px;
}
.tipsy-inner {
background-color: black;
color: white;
max-width: 200px;
padding: 5px 8px 4px;
text-align: center;
}
.tipsy-inner {
border-radius: 3px 3px 3px 3px;
}
.tipsy-north {
background-position: center top;
}
.tipsy-south {
background-position: center bottom;
}
.tipsy-east {
background-position: right center;
}
.tipsy-west {
background-position: left center;
}</style>