tipo cosi
codice:<style> .c1 { background-color: red; } .c2 { background-color: green; } </style> <input type="submit" onMouseOver="this.className='c2'" onMouseOut="this.className='c1'" class="c1" />
tipo cosi
codice:<style> .c1 { background-color: red; } .c2 { background-color: green; } </style> <input type="submit" onMouseOver="this.className='c2'" onMouseOut="this.className='c1'" class="c1" />