select style personalizzato

  • Creatore Discussione Creatore Discussione Fabio90
  • Data di inizio Data di inizio

Fabio90

Utente Attivo
29 Feb 2012
507
0
16
Buonasera,
In seguito all'ultimo aggiornamento di firefox ho perso lo stile personalizzato della select che invece si è mantenuto in chrome..

HTML:
        border-radius:5px;
	padding:4px;
	border:2px solid #990000 !important;
	background-color:#EBE7E7 !important;
	-webkit-appearance: none;            /*Removes default chrome and safari style*/
	-moz-appearance: none;             /* Removes Default Firefox style*/
	background: url('../images/select.png') no-repeat;          /*Adds background-image*/
	background-position: 170px 2px;           /*Position of the background-image*/
	width: 200px;            /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px;          /* Removes default arrow from firefox*/
	text-overflow: "";               /*Removes default arrow from firefox*/
	box-shadow:2px 2px 2px #000;           /*Width of select dropdown to give space for arrow image*/

Come posso fare per ripristinarlo nuovamente anche in firefox?

Grazie
 

Allegati

  • select_Chrome (OK).png
    select_Chrome (OK).png
    1 KB · Visite: 274
  • select firefox.png
    select firefox.png
    1,3 KB · Visite: 282

Discussioni simili