Styling checkboxes, radio buttons and dropdowns

前端 未结 11 1921
栀梦
栀梦 2020-12-05 10:58

How can I style HTML checkboxes, radio buttons and dropdowns? Or can I?

I\'d like to use an image for checkboxes or radiobuttons, and the same for lists - the dropdo

11条回答
  •  爱一瞬间的悲伤
    2020-12-05 11:42

    This guy pretty much has all the styling you can put on form controls, but it's not consistent across browsers. You are going to have to go custom. Use a custom image for the checkbox, then change it's source to get the clicked version (and vice versa). The select menu might be a little trickier. I hope there's a jQuery plugin out there that can help you!

提交回复
热议问题