Come si fa a creare un effetto hover di cambio colore sui fogli di stile per un input type di tipo bottone???![]()
<input class=submit type="submit" title ="Conferma" value="Conferma" border=0 name="submit">
![]()
![]()
Come si fa a creare un effetto hover di cambio colore sui fogli di stile per un input type di tipo bottone???![]()
<input class=submit type="submit" title ="Conferma" value="Conferma" border=0 name="submit">
![]()
![]()
"Si usa uno specchio di vetro per guardare il viso e si usano le opere d'arte
per guardare la propria anima"(George Bernard Shaw)
http://www.ariannaweb.net
http://www.fraschette.com
http://www.ilmondodibiagio.it
prova così:
ciaocodice:<input class="submit1" type="submit" title ="Conferma" value="Conferma" border=0 name="submit" onMouseOver="this.className='submit2';" onMouseOut="this.className='submit1';">