gpt4 book ai didi

html - 如何使 html5 slider (输入类型 ='range')在 Firefox 中工作

转载 作者:技术小花猫 更新时间:2023-10-29 12:20:10 24 4
gpt4 key购买 nike

我尝试使用 html5 元素,它是

<input type='range' step='1' min='-300' max='-1' />

它应该是一个 slider 。它适用于 Chrome。但它在 Firefox8 中不起作用。我在“html5test.com”中检查过,它说 firefox 8 部分支持“范围”类型。它支持“min”和“max”属性,但不支持“step”属性。然后我删除“step”属性,比如

<input type='range' min='-300' max='-1' />

为什么还是不行?

有什么办法让它发挥作用吗?

最佳答案

这是 not supported在版本 23 之前的 Firefox 中。对于版本 4 和更高版本中的 Javascript 实现,请参阅 http://frankyan.com/labs/html5slider/ .

根据 Jonathan Watt's comment在上面链接的错误报告中,支持已添加到 Firefox 开发分支并随版本 23 一起发布。

关于html - 如何使 html5 slider (输入类型 ='range')在 Firefox 中工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8041641/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com