Я использую форму с раскрывающимся меню, которое содержит некоторые параметры отключен, поэтому пользователи не могут их выбрать. Я пытаюсь настроить через CSS эти элементы, но у меня есть некоторые проблемы с Chrome и IE7/8/9/10.
html:
Scegli una categoria
Impresa
Scegli una categoria
< /code>
css: < /p>
select option[disabled] { color: #000; font-weight: bold }
This code works only with Firefox and doesn't work with Chrome and IE (all version).
Any idea to solve this problem?
Below the html code for select-box
Scegli una categoriaImpresa ServiziInformaticaCommercioTelecomunicazioniEditoria/StampaMeccanica/ElettricaAlimentareChimica/FarmaceuticaEdilizia Tessile/ModaMobili/ArredamentiAlberghi/RistorantiTrasporto/LogisticaFinanzaAltroProfessionista CommercialistaRagioniereNotaioTributaristaAvvocatoConsulente del lavoroAltroP.A. Locale RegioneProvinciaComuneComunità MontanaASLCCIAAltroP.A. Centrale Associazione di categoriaPrivatoAltroScegli una categoria
Подробнее здесь: https://stackoverflow.com/questions/156 ... -in-a-form