【发布时间】:2015-08-04 01:43:13
【问题描述】:
我正在尝试使用自定义字体设置 HTML select 列表的 options 样式。 This works great when there is relatively few options, I'm not sure of the exact amount but I think
https://jsfiddle.net/eympj0yq/
左侧小提琴中的选项适用于指定的字体,但右侧的选项不适用。有没有其他人经历过这种情况,如果有,有什么解决方法吗?如果这有什么不同的话,这发生在 Chrome 44.0.2403.125 上。
编辑:刚刚在 Firefox 39.0 和 Internet Explorer 11 上进行了检查,并且两者都适用,所以它看起来只是 Chrome 的问题。
编辑: 也发现了一个相关的 Chromium 问题,它说选项的限制是 300 https://code.google.com/p/chromium/issues/detail?id=515014。 5 天前开业!
【问题讨论】:
标签: html css google-chrome