本文介绍了CSS3占位符悬停转换无法在Firefox中运行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

出于某种原因,我似乎无法让占位符转换与Firefox一起使用。这是一个示例。此示例具有:hover :focus 的占位符转换。两者都可以与Chrome一起使用,也不适用于Firefox。

For some reason I cant seems to get placeholder transitions to work with Firefox. Here is a CodePen example. This example has placeholder transitions for both :hover and :focus. Both work with Chrome, neither work with Firefox.

推荐答案

除了需要。

On the other hand, your situation may be related to an actual bug, too.

这篇关于CSS3占位符悬停转换无法在Firefox中运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-13 00:32