How to put background image in select option tag using css

后端 未结 2 975
旧时难觅i
旧时难觅i 2021-01-28 02:09

I have a country dropdown list receiving from json response, and want to add respective country flag icons (getting the images as well from json reponse) next to the country nam

2条回答
  •  青春惊慌失措
    2021-01-28 02:45

    Its not possible as option tag. you can use custom dropdown list. http://tympanus.net/Tutorials/CustomDropDownListStyling/index2.html

提交回复
热议问题