CSS for the “down arrow” on a <select> element?

后端 未结 11 988
你的背包
你的背包 2020-12-01 02:07

Is it possible to stylize the down arrow on a drop down select element? i.e., ()

I suspe

11条回答
  •  Happy的楠姐
    2020-12-01 02:38

    The drop-down is platform-level element, you can't apply CSS to it.

    You can overlay an image on top of it using CSS, and call the click event in the element beneath.

提交回复
热议问题