Ciao,
volevo sapere se e come è possibile cambiare lo stile(grafico) dei bottoni input type=sumbit.
Grazie
Ciao,
volevo sapere se e come è possibile cambiare lo stile(grafico) dei bottoni input type=sumbit.
Grazie
http://codecanyon.net/category/all?ref=Manuelandro
And I bet she told a million people that she'd stay in touch, Well all the little promises they dont mean much,When theres
memories to be made
certo, usa una classe CSS:
e poi la usi così:codice:.myclass { border:1px solid #ccc; font-size:10px; font-weight:bold; background-color:red; }
ciaocodice:<input type="submit" class="myclass" ... />
oppure puoi inserire un'immagine:
http://www.extrowebsite.com/articolocss.asp?ID=15
ciao
"Le persone che realizzano layout con tabelle annidate, spacer gif o che ignorano l'accessibilità non possono più definirsi professionisti." Andy Clarke
--------------------------------
www.extrowebsite.com
ehm..siccome non ho mai usato i css, questo codice tra che tag va??Originariamente inviato da var
certo, usa una classe CSS:
e poi la usi così:codice:.myclass { border:1px solid #ccc; font-size:10px; font-weight:bold; background-color:red; }
ciaocodice:<input type="submit" class="myclass" ... />
.myclass {
border:1px solid #ccc;
font-size:10px;
font-weight:bold;
background-color:red;
}
http://codecanyon.net/category/all?ref=Manuelandro
And I bet she told a million people that she'd stay in touch, Well all the little promises they dont mean much,When theres
memories to be made
Il codice va dentro <style></style> prima della chiusura del tag </head>.
http://forum.html.it/forum/showthrea...hreadid=515465
FEDERIX.IT - [Pillola] GRAFICA DEI FORM
...ho ancora quella forza che ti serve, quando dici "Si comincia!"