Put icon inside input element in a form

前端 未结 17 1747
旧时难觅i
旧时难觅i 2020-11-22 16:10

How do I put an icon inside a form\'s input element?

\"Screenshot

17条回答
  •  一生所求
    2020-11-22 16:38

    This works for me:

    input.valid {
       border-color: #28a745;
       padding-right: 30px;
       background-image: url('https://www.stephenwadechryslerdodgejeep.com/wp-content/plugins/pm-motors-plugin/modules/vehicle_save/images/check.png');
       background-repeat: no-repeat;
       background-size: 20px 20px;
       background-position: right center;
    }

提交回复
热议问题