Интересный вид фотографий для фотоальбома на uCoz в виде Картины кнопка палитра по средине открывает фото в новом окне в полном размере.
В вид фотографий ставим:
Код
<link rel="stylesheet" type="text/css" href="http://artnov.ucoz.comJS/tipTip.css">
<script src="http://artnov.ucoz.comJS/jquery.tipTip.js"></script>
<script>
$(function(){
$("a[title]").tipTip({maxWidth: "auto", edgeOffset: 10};);
$("img[title]").tipTip({maxWidth: "auto", edgeOffset: 10};);
$("span[title]").tipTip({maxWidth: "auto", edgeOffset: 10};);
$("div[title]").tipTip({maxWidth: "auto", edgeOffset: 10};);
};);
</script>
<table align="center" cellpadding="5" cellspacing="5" class="qwe">
<tr><td width="160px" align="center" valign="top">
<div style="position:absolute;z-index:30; padding-top: 41px; padding-left: 4px;">$MODER_PANEL$</div>
<div style="padding-top: 41px;" align="center"><a href="$PHOTO_LIGHTBOX_URL$" class="ewq" title="Просмотры: $REVIEWS$ | Комментариев: $COMMENTS_NUM$ | Рейтинг: $RATING$ | Размеры: $PHOTO_SIZE$, $PHOTO_WEIGHT$Kb"><img src="$PHOTO_DIRECT_URL$" height="104" width="132" border="0"/></a></div>
<div style="padding-top: 3px;" align="center"><a href="$PHOTO_URL$" class="wwe" title="Открыть: $PHOTO_NAME$"><img src="http://artnov.ucoz.com/Kartinki/pallit.gif" border="0"></a></div>
</td></tr></table>
<style type="text/css">
table.qwe { background: url('http://artnov.ucoz.comKartinki/122121.gif') center no-repeat; width: 160px; height: 204px;}
a.ewq:hover {opacity: 0.8;}
a.wwe:hover {opacity: 0.4;}
</style>