/*Онлайн чат*/
Добро пожаловать в чат
Вход / Регистрация
/*Онлайн чат*/ /*TimeLine*/
Обновления на сайте
  • Adrian Monino
    Premium Member
  • /*TimeLine*/

    Красивая кнопка для форума

    Изображение материала
    Информация
    КатегорияШаблоны
    АвторГость
    Кол-во просмотров340
    Кол-во скачиваний0
    Кол-во комментарий0
    Ссылка на демоДЕМО
    ИсточникПерейти
    Дата добавления06.02.2012 / 16:46
    Описание

    1) Сначала ищем в Форме Добавления Сообщений Форума этот код:
    Code
    <div class="bbCodeBlock"><div class="bbCodeName" style="padding-left:5px;font-weight:bold;font-size:7pt">Code</div><div class="codeMessage" style="border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight<5?this.style.height:scrollHeight>200?'200px':''+(this.scrollHeight+5)+'px');"><!--uzc--><tr id="frM59"><td class="gTableRight" colspan="2" align="center" id="frM60"><input style="width:110px;" id="frF15" class="postPreview" type="button" value="Просмотреть" onclick="prepost();" /> <input type="submit" id="frF16" name="sbm" style="width:150px;font-weight:bold;" class="postSubmit" value="$SUBMIT_SIGN$" /> <input style="width:110px;" id="frF17" class="postReset" type="reset" value="Отменить" /></td></tr><!--/uzc--></div></div>


    2) Заменяем на этот:
    Code
    <div class="bbCodeBlock"><div class="bbCodeName" style="padding-left:5px;font-weight:bold;font-size:7pt">Code</div><div class="codeMessage" style="border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight<5?this.style.height:scrollHeight>200?'200px':''+(this.scrollHeight+5)+'px');"><!--uzc--><tr id="frM59"><td class="gTableRight" colspan="2" align="center" id="frM60"><input type="submit" id="frF16" name="sbm" style="display: block; width: 30%; height: 100%; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 0px; color: rgb(211, 255, 141); text-shadow: rgb(0, 0, 0) 0px 1px 0px; border-top-left-radius: 1px 1px; border-top-right-radius: 1px 1px; border-bottom-right-radius: 1px 1px; border-bottom-left-radius: 1px 1px; cursor: pointer; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(98, 137, 36); background-position: initial initial; background-repeat: initial initial; " onmouseover="this.style.background='#6fa31d';" onmouseout="this.style.background='#628924';" class="postSubmit" value="$SUBMIT_SIGN$" /><!--/uzc--></div></div>


    3) Сохраняем, готово.

    Комментарии
    Добавить комментарий