2011-11-24 11 views

risposta

26

È possibile definire più sfumature separato da virgole. Es .:

.customStyleSelectBox { 
    ... 
    background: linear-gradient(#fff, #999) no-repeat border-box, linear-gradient(#eee, #777) no-repeat border-box; 
    background-size: 98px 50px, 18px 50px; 
    background-position: 0 0, 98px 0; 
    background-origin: padding-box, padding-box; 
} 

Vedi anche il tuo jsfiddle aggiornato.

Problemi correlati