私はこのコードを持っています:
$this->Html->image('img/button/shop.png',
array('url'=>array('controller' => 'shops', 'action'=> 'index'), 'width' =>'200px', 'class'=>'contshop'));
CSS:
.contshop:hover{ background-image: url('img/button/shop2.png'); }
画像(shop.png)を別の画像(shop2.png)に変更したい。しかし、コードは機能していません。誰でも私を助けることができますか?ありがとう