Form
codice:
<form method="get" action="results.php" name="gestione_search">
<input type="text" name="search" style="width: 200px;" class="header-image0">
<input type="submit" value="" class="header-image01">
</form>
CSS:
codice:
.header-image0 {position: absolute; right: 115px; top: 14px;}
.header-image01 {position: absolute; right: 12px; top: 12px; background-image: url(img/cerca.png); background-repeat: no-repeat; height: 30px; width: 100px; background: transparent; border: 0px; }
Se metto background: transparent; non mi visualizza il bottone, è come dice anche il CSS, trasparente, ma senza immagine (anche perchè risovrascrive il background). Se lo levo, visualizza l'immagine dentro il bottone. (Vedi screen). Che fare?