Text Box Image

by Somenath Sinha

HTML

<input type="text" id="inputID">

CSS

#inputID {
    background-image: url('https://cdn0.iconfinder.com/data/icons/very-basic-android-l-lollipop-icon-pack/24/close-128.png');
    background-repeat: no-repeat;
    background-position: right; 
    background-size : 15px 15px;
    padding-right: 15px;
}