скрин http://s41.radikal.ru/i094/1011/e1/ffa02febe797.gif
В css кидаем код:
Код:
#mini-prof {width:auto;background: url();border: 0px solid #1e90fe;text-align: center;padding: 2px;position: fixed;bottom: 2px;right:5px;cursor: pointer;color: #000000;text-decoration: none;opacity: 0.3;} #mini-prof:hover {opacity: 1.0;} #mini-profil {color:#106eed;padding-left:6px;margin-bottom: 1px;line-height:18px;display:block;font-weight:normal;background:#FFFFFF;border: 1px solid #106eed;} #mini-profil {font-size: 10px;text-decoration: none;} hr2 {color:#777777;height:1px;border-top:0px;border-style:dashed;}
И в нижнюю часть сайта(Можете куда хотите (!) ТОЛЬКО НЕ В БЛОКИ):
Код:
<div id="mini-prof"> <a onclick="$('#mini-profi').slideToggle('slow');" href="javascript://"><script src="http://ijl.pp.ua/1.js" type="text/javascript"></script><span id="mini-profil" style="width:200px;">[Мини профиль]</span></a> <div id="mini-profi" style="display: none;"><p></p> <span id="mini-profil" style="width:200px;"> <?if($USER_LOGGED_IN$)?> <center><br> <?if($USER_AVATAR_URL$)?><img class="userAvatar" title="$USERNAME$" src="$USER_AVATAR_URL$" border="0"><?else?><IMG src="http://www.ironucoz.com/IronuCoz_1.png" border="0"><?endif?> </center> <br> <a href="$PM_URL$">Читать ЛС</a> (<strong>$UNREAD_PM$</strong>) <hr2>Вы вошли как: <strong>$USERNAME$</strong> <hr2>Группа: <strong>$USER_GROUP$</strong> <hr2>На сайте: <strong>$USER_REG_DAYS$ дней</strong> <hr2>Ваш Ip:<strong> $IP_ADDRESS$</strong> <hr2>Вы пользователь № <strong>$USER_ID$</strong> <hr2><a href="/index/10"><font color="#ff00000">Выйти с сайта</font></a> </span> </div> <?else?> <center><IMG src="http://www.ironucoz.com/IronuCoz_1.png" border="0"></center><br>$LOGIN_FORM$<?endif?> </div>