Вставляем в css: Code .mini_prof_out {background-color: #f4f4f4; border:1px solid #9db0bf; padding: 4px 10px; position: fixed; bottom: 4px; right: 4px; opacity: 0.5; text-align: center;} .mini_prof_on {background-color: #f4f4f4; border:1px solid #9db0bf; padding: 4px 10px; position: fixed; bottom: 4px; right: 4px; opacity: 1; text-align: center;} #mini_prof #close_miniprof {color: #810000; text-decoration: underline; cursor: pointer;} #mini_prof #open_miniprof {color: #3e8144; text-decoration: underline; cursor: pointer;} Вставляем в Общий вид страниц форума: Code <?if($USER_LOGGED_IN$)?><div class="mini_prof_out" onmouseover="this.className='mini_prof_on'" onmouseout="this.className='mini_prof_out'" id="mini_prof"><div id="sam_profil" style="display:none"><center><?if($USER_AVATAR_URL$)?><img src="$USER_AVATAR_URL$" title="$USERNAME$" border="0"><?else?><img src="http://searchucoz.ucoz.ru/drugoe/no_ava.png" title="$USERNAME$" border="0"><?endif?></center><br><span style="font-size:9px;">Привет, <b>$USERNAME$</b>!</span><ul class="uz"><li class="m"><a class="m" href="/index/14">Нет новых ЛС</a></li><li class="m"><a class="m" href="javascript://" rel="nofollow" onclick="window.open('/index/8','opt','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;">Профиль</a></li><li class="m"><a class="m" href="/load/0-0-0-0-1">Добавить материал</a></li><li class="m"><a class="m" href="/forum/0-0-1-34">Новое на форуме</a></li><li class="m"><a class="m" href="/index/10" onclick="return confirm('Выйти с аккаунта?');">Выйти</a></li></ul></div><span id="open_miniprof">Мини профиль</span><span id="close_miniprof" style="display:none">Скрыть</span></div><script type="text/javascript">$(document).ready(function(){$("#open_miniprof").click(function(){$(this).hide(100); $("#close_miniprof, #sam_profil").show(100); $("#sam_profil").css("text-align","left");}); $("#close_miniprof").click(function(){$(this).hide(100); $("#sam_profil").hide(100); $("#open_miniprof").show(100); $("#sam_profil").css("text-align","center");});});</script><?endif?>
|