Taurus
+63
Репутация
263
Рейтинг
<script>$(function() { $('my_messages').ready(function(){ $('#overlay').fadeIn('fast',function(){ $('#box').animate({'top':'200'},500); }); }); $('#boxclose').click(function(){ $('#box').animate({'top':'-200px'},500,function(){ $('#overlay').fadeOut('fast'); }); }); }); </script>а такой вариант не прокатит поробуйте. Просто нет времени пака этим заниматься,
<div class="usr_status_bar"> <div class="usr_status_text" {if !$usr.status_text}style="display:none"{/if}> <span>{$usr.status_text|escape:'html'}</span> <span class="usr_status_date" >// {$usr.status_date} {$LANG.BACK}</span> </div> </div><div class="usr_status_bar"> <div class="usr_status_text" {if !$usr.status_text}style="display:none"{/if}> <span>{$usr.status_text}</span> <span class="usr_status_date" >// {$usr.status_date} {$LANG.BACK}</span> </div> </div>