Cross browser color input

2019-02-19 20:33发布

I want to style html5 color input

<input type="color"> . . . 

Every os opens this different. I want to style it , or can you offer me something else.

Thank you

2条回答
够拽才男人
2楼-- · 2019-02-19 21:01

Well, since you said that we can offer something else, the company I used to work for had a lot of success with the JSColor library. http://jscolor.com. It's customizable and cross-browser.

查看更多
虎瘦雄心在
3楼-- · 2019-02-19 21:16

Here is the support matrix for that tag: http://caniuse.com/#feat=input-color

As you may see you need to consider some cross-browser library if you are not limited to Chrome.

查看更多
登录 后发表回答