Posts

Showing posts with the label input

What to do if the input element outline css property doesn't fit form element

What to do if the input element outline css property doesn't fit form element add to your css class definition next property:   outline-offset : inherit ;

Как сделать вместо кнопки submit картинку?

Как сделать вместо кнопки submit картинку? : .submit { background: transparent url(‘путь к картинке’) no-repeat center top; border: 0; margin: 0; padding:0; width: 100px; // длина кнопки height: 25px; // высота кнопки text-indent: -1000em; // убираем текст cursor: pointer; cursor: hand; }