2

I have the following css selector that is not working:

.button.button-green:hover

however if I do this, it works fine:

.button-green:hover

Is this a known issue with CSS and are there any ways around this (besided just using one class for the hover)?

4

1 に答える 1

0

いくつかの異なるオプションについては、次の jsbin を参照してください: http://jsbin.com/akowix/1/

あなたのhtmlはどのように見えますか?

  • "button" クラスと "button-green" クラスの両方を持つ要素はありますか?
  • または、「button-green」クラスの要素を含む「button」クラスの要素がありますか?
  • それとも、ホバー ルールを両方に適用したい "button" クラスと "button-green" クラスの 2 つの異なる要素がありますか?
于 2012-11-09T16:23:37.760 に答える