Button:hover not working in Firefox

后端 未结 1 1608
死守一世寂寞
死守一世寂寞 2020-12-06 17:46

I haveing the problem that the hover is not working in Firefox! It is working in Chrome, IE 9, IE 8 and IE 7. Does somewone know this problem and how to fix it?

相关标签:
1条回答
  • 2020-12-06 18:18

    It looks like the hover event isn't getting fed down to the span.

    Try selecting button:hover span instead of button span:hover

    Here's a JSFiddle that works okay by doing the above: http://jsfiddle.net/3j7G5/

    0 讨论(0)
提交回复
热议问题