Angular select with images

后端 未结 5 1345
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-15 13:44

THE SITUATION:

I need to insert flags inside the language select. I have searched in Google and StackOverflow but the solutions founded are not work

5条回答
  •  难免孤独
    2021-01-15 14:15

    Instead of inserting images you could generate css classes (from the language name or adding a new value only for that) and add the images as background images in your css (using sprites).

    
    

    For the css sprites I usually use sass with compass.

提交回复
热议问题