Styling checkboxes, radio buttons and dropdowns

前端 未结 11 1905
栀梦
栀梦 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:46

    You can style form elements, but it is difficult (impossible?) to get a consistent style across browsers and operating systems with a pure CSS approach. Some script manipulation of styles would also be required.

    This is a very good article that discusses the options and issues: Styling form controls

    Listamatic has a great collection of CSS list styles.

提交回复
热议问题