Kod wyglada tak:
<input type="image" src="imgp/button.png" value="submit" onfocus="blur()" />
Próbowałem z daniem class="button"
.button{ border:0; } .button:hover{ background:url(imgp/button2.png); width:110px; height:50px; }
Ale nie wiem juz jak
<input type="image" src="imgp/button.png" value="submit" onfocus="blur()" />
.button{ border:0; } .button:hover{ background:url(imgp/button2.png); width:110px; height:50px; }
.button{ background:url(imgp/button.png); width:110px; height:50px; margin: 4px 0px 0px 0px; background-color:#eee; cursor: pointer; border:0; outline:none; } .button:hover { background:url(imgp/button2.png); width:110px; height:50px; border:0; outline:none; }