I can not put an effect on a button, I have 3 images made in photoshop, one is Normal (Link), another when hovering, and one when I click (Actived), however, I can not activate these effects via CSS, follow my HTML ...
<input type="image" src="Botao Azul Normal- OK.png" class="botao">
And the css ...
.botao:hover{background-image: url('Botao Azul Hover - OK.png');
}
Pictures:
I have not done Actived yet ...
Unfortunately, the Hover effect does not work, the button even appears, but via HTML, I wanted to do via CSS too ...
I managed to launch Chrome and FireFox and ran, my problem is that IE does not work, and the company uses IE8.