Ciao a tutti, io ho creato graficamente un input di testo e dopo averlo tagliato con Photoshop sto cercando di "coddare" il tutto. Solo che non ci riesco...
Ecco il risultato con Photoshop:
Ed ecco quello che ottengo io portando il tutto in html:
E qui i codici:
Codice PHP:
<div id="form">
<form method="post" name="form">
<input type="text" name="stato" size="50" />
</form>
</div>
Codice:
#form { text-align: center; width: 500px; margin: 30px auto; }
#form input:after { background: transparent url(images/form_left.gif) no-repeat; width: 33px; height: 29px; }
#form input { background: transparent url(images/form_center.gif) repeat-x; height: 29px; font: bold 14px "Tahoma"; border: 0; padding: 2px 5px; }
#form input:before { background: transparent url(images/form_right.gif) no-repeat; width: 35px; height: 29px; }
Grazie mille... ciao Davide! ^^"