Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Style dropdown on datalist element Reply To: Style dropdown on datalist element

#248736
I.m.learning
Participant

Add a background image.

input[placeholder]{background-image:url() ;
background-size: 15px 20px;
background-position:right;
padding:10px;
background-repeat:no-repeat;
}