- Код:
/* кнопка отправить */
input[name="post"] {
border:none !important;
font-size:0px !important;
width:90px !important;
height:25px !important;
cursor:pointer;
background:transparent url("адрес кнопки") no-repeat center;
}
/* кнопка предпросмотр */
input[name="preview"] {
border:none !important;
font-size:0px !important;
width:90px !important;
height:25px !important;
cursor:pointer;
background:transparent url("адрес кнопки") no-repeat center;
}
25 - высота кнопки.