How do I style radio buttons with images - laughing smiley for good, sad smiley for bad?

后端 未结 10 1147
滥情空心
滥情空心 2020-11-30 19:56

I would like to create an HTML form for user feedback. If the overall feedback is good, the user should click on a laughing smiley, if the overall feedback is bad, the user

10条回答
  •  一整个雨季
    2020-11-30 20:15

    Faced with the same problem I created a simple jQuery plugin http://xypaul.github.io/radioimg.js/

    It works using hidden radio buttons and labels containing images as shown below.

    
    
    

提交回复
热议问题