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

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

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

I suspe

11条回答
  •  伪装坚强ぢ
    2020-12-01 02:41

    You would need to create your own dropdown using hidden divs and a hidden input element to record which option was "selected". My guess is that @Jan Hancic's link he posted is probably what you're looking for.

提交回复
热议问题