Добро пожаловать в студию графики и веб-дизайна Art-Color
 
 

Добро пожаловать на StudioAC.ru. Наша дизайн студия занимается разработкой web сайтов, созданием дизайнов сайта.Так как большенство людей не умеют, или не имеют возможности рисовать профессиональную графику, мы делаем это за них.Графика для сайтов - это создание баннеров, создание шапки и остально мелочи которая нужна что бы ваш сайт был привлекательным и запомнился посетителю. На нашем сайте так же имеется форум дизайнеров. Где каждый человек может сделать заказ той или иной графики и в кротчайшие сроки она будет выполнена профессиональной командой дизайнеров. Наш дизайн форум пользуется популярностью как среди новичков так и профессиональных дизайнеров. Для отдыха от работы, имеется развлекательный форум где вы сможете развеятся немного.


 

 
[ Авторизация · Новые сообщения · Участники · Правила форума · Поиск · RSS · ]
  • Страница 1 из 1
  • 1
Модератор форума: Grigor  
Красивый профиль. В Правой углу сайта
Vov@Дата: Понедельник, 25.10.2010, 22:10 | Сообщение # 1
Сообщений: 215

В css:

Code
/* Висячий профиль by mozga.net */
.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($LOGIN_FORM$)?>
<div class="mini_prof_out" onmouseover="this.className='mini_prof_on'" onmouseout="this.className='mini_prof_out'" id="mini_prof"><div id="sam_profil" >
     <img class="userAvatar" title="Гость" src="http://i021.radikal.ru/0804/53/f5b4265aa726.gif" border="0"> <br>
<script type="text/javascript">
sendFrm549907=function(){
     var o=$('#frmLg549907')[0],pos=_uGetOffset(o),o2=$('#blk549907')[0];
     document.body.insertBefore(o2,document.body.firstChild);
     $(o2).css({top:(pos['top'])+'px',left:(pos['left'])+'px',width:o.offsetWidth+'px',height:o.offsetHeight+'px',display:''}).html('<div align="left" style="padding:5px;"><div class="myWinLoad"></div></div>');
     _uPostForm('frmLg549907',{type:'POST',url:'/index/sub/',error:function() {
      $('#blk549907').html('<div align="left" style="padding:10px;"><div class="myWinLoadSF" title="Невозможно выполнить запрос, попробуйте позже"></div></div>');
      _uWnd.alert('<div class="myWinError">Невозможно выполнить запрос, попробуйте позже</div>','',{w:250,h:90,tm:3000,pad:'15px'});
      setTimeout("$('#blk549907').css('display','none');",'1500');
      }
     });
}
</script>
<div id="blk549907" style="border:1px solid #CCCCCC;position:absolute;z-index:82;background:url('http://s106.ucoz.net/img/fr/g.gif');display:none;"></div><form id="frmLg549907" method="post" style="margin:0" onsubmit="sendFrm549907();return false;">
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<tr><td width="20%" nowrap="nowrap">Логин:</td><td><input class="loginField" type="text" name="user" value="" size="20" style="width:100%;" maxlength="50"/></td></tr>
<tr><td>Пароль:</td><td><input class="loginField" type="password" name="password" size="20" style="width:100%" maxlength="15"/></td></tr>
</table>
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<tr><td nowrap><input id="remmain" type="checkbox" name="rem" value="1" checked="checked"/><label for="remmain">запомнить</label> </td><td align="right" valign="top"><input class="loginButton" name="sbm" type="submit" value="Вход"/></td></tr>
<tr><td colspan="2"><div style="font-size:7pt;text-align:center;"><a href="javascript://" rel="nofollow" onclick="new _uWnd('Prm','Напоминание пароля',300,130,{autosize:1,closeonesc:1},{url:'/index/5'});return false;">Забыл пароль</a> | <a href="/index/3">Регистрация</a></div></td></tr>
</table>
<input type="hidden" name="a" value="2" /><input type="hidden" name="ajax" value="1" /><input type="hidden" name="rnd" value="907" /></form></ul></div><span id="open_miniprof"></span><span id="close_miniprof" ></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?>
<!-- </Регистрация-Вход> -->
<!-- <Профиль-Выход> -->
<?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" >
<?if($USER_AVATAR_URL$)?><img class="userAvatar" title="$USERNAME$" src="$USER_AVATAR_URL$" border="0"><?else?><?if($USER_LOGGED_IN$)?><img class="userAvatar" title="$USERNAME$" src="http://xp.3dn.ru/images/Net_avatara.png" border="0"><?else?><img class="userAvatar" title="$USERNAME$" src="http://xp.3dn.ru/images/Net_avatara.png" border="0"><?endif?><?endif?>
<br><span style="font-size:9px;">Привет, <b>$USERNAME$</b>!</span><ul class="uz"><li class="m"><a class="m" href="/index/14">Новых ЛС ($UNREAD_PM$)</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/">Новое на форуме</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" ></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?>
<!-- </Профиль-Выход> -->
  • Страница 1 из 1
  • 1
Поиск:

Статистика Форума
Последние темы Читаемые темы Лучшие пользователи Новые пользователи

графика для сайтов | создание баннеров | создание шапки

Дизайн, файлы, идеи © 2010-2011 www.studioac.ru
Статьи ЗАПРЕЩАЕТСЯ копировать дизайн, его элементы, и контент.
Авторизация

Партнеры