How do I style form drop down lists?

后端 未结 7 1737
谎友^
谎友^ 2021-02-04 14:55

I have searched far and wide on the Internet but have not found anything helpful regarding how to style the dropdown portion of a dropdown list in a form. I would appreciate a p

7条回答
  •  礼貌的吻别
    2021-02-04 15:20

    Since this question was asked, browser technology has far improved. You can now create a custom dropdown menu entirely using CSS with no javascript.

    Check out this blog post: http://line25.com/tutorials/how-to-create-a-pure-css-dropdown-menu

提交回复
热议问题