开发者

is it possible to edit the arrow which we get in the select tag (Rails)

开发者 https://www.devze.com 2023-01-21 20:27 出处:网络
is it possible to edit the arrow which we get in the select tag(Rails) I want to replace the arrow which we get in the select tag(drop do开发者_如何学Cwn element) with my own image..

is it possible to edit the arrow which we get in the select tag (Rails)

I want to replace the arrow which we get in the select tag(drop do开发者_如何学Cwn element) with my own image..

Is it possible to do the same?


It's not possible to do that with the <select> tag. There're solutions to replace it with <ul>/<ol> and some Javascript.

See answers to question Is it possible to style a select box?.

0

精彩评论

暂无评论...
验证码 换一张
取 消