Ciao,
io ho questo:
<input type="submit" name="Submit" value="Invia" style="input.btn">
e nei tag head questo:
<style>
input.btn { /* button */
border-top: 1px solid #f0f0f0;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #4e4e4e;
border-bottom: 1px solid #4e4e4e;
background-color: #3771a8;
color: white;
text-transform: uppercase;
font-size: 10px;
font-family: Tahoma, Verdana, Sans-serif;
font-weight: bold;
padding: 1px;
}
</style>
però non prende i colori come mai?