Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to style Disabled Options in a form
    primarykey
    data
    text
    <p>I'm using a form with a drop-down menu that contains some options disabled, so the users cannot select them. I'm trying to customize via css these elements but I have some problems with Chrome and IE7/8/9/10.</p> <p>HTML:</p> <pre><code>&lt;div class="formBody"&gt; &lt;select name="form[categoria][]" id="categoria" class="rsform-select-box"&gt; &lt;option selected="selected" value=""&gt;Scegli una categoria&lt;/option&gt; &lt;option disabled="disabled" value=""&gt;Impresa &lt;/option&gt; &lt;/select&gt; &lt;span class="formValidation"&gt; &lt;span id="component50" class="formNoError"&gt;Scegli una categoria&lt;/span&gt; &lt;/span&gt; &lt;/div&gt; </code></pre> <p>CSS:</p> <pre><code>select option[disabled] { color: #000; font-weight: bold } </code></pre> <p>This code works only with Firefox and doesn't work with Chrome and IE (all version).</p> <p>Any idea to solve this problem?</p> <hr> <p>Below the html code for select-box</p> <pre><code>&lt;div class="formBody"&gt;&lt;select name="form[categoria][]" id="categoria" class="rsform-select-box" &gt;&lt;option selected="selected" value=""&gt;Scegli una categoria&lt;/option&gt;&lt;option disabled="disabled" value=""&gt;Impresa &lt;/option&gt;&lt;option value="Servizi"&gt;Servizi&lt;/option&gt;&lt;option value="Informatica"&gt;Informatica&lt;/option&gt;&lt;option value="Commercio"&gt;Commercio&lt;/option&gt;&lt;option value="Telecomunicazioni"&gt;Telecomunicazioni&lt;/option&gt;&lt;option value="Editoria/Stampa"&gt;Editoria/Stampa&lt;/option&gt;&lt;option value="Meccanica/Elettrica"&gt;Meccanica/Elettrica&lt;/option&gt;&lt;option value="Alimentare"&gt;Alimentare&lt;/option&gt;&lt;option value="Chimica/Farmaceutica"&gt;Chimica/Farmaceutica&lt;/option&gt;&lt;option disabled="disabled" value=""&gt;Edilizia &lt;/option&gt;&lt;option value="Tessile/Moda"&gt;Tessile/Moda&lt;/option&gt;&lt;option value="Mobili/Arredamenti"&gt;Mobili/Arredamenti&lt;/option&gt;&lt;option value="Alberghi/Ristoranti"&gt;Alberghi/Ristoranti&lt;/option&gt;&lt;option value="Trasporto/Logistica"&gt;Trasporto/Logistica&lt;/option&gt;&lt;option value="Finanza"&gt;Finanza&lt;/option&gt;&lt;option value="Altro"&gt;Altro&lt;/option&gt;&lt;option disabled="disabled" value=""&gt;Professionista &lt;/option&gt;&lt;option value="Commercialista"&gt;Commercialista&lt;/option&gt;&lt;option value="Ragioniere"&gt;Ragioniere&lt;/option&gt;&lt;option value="Notaio"&gt;Notaio&lt;/option&gt;&lt;option value="Tributarista"&gt;Tributarista&lt;/option&gt;&lt;option value="Avvocato"&gt;Avvocato&lt;/option&gt;&lt;option value="Consulente del lavoro"&gt;Consulente del lavoro&lt;/option&gt;&lt;option value="Altro"&gt;Altro&lt;/option&gt;&lt;option disabled="disabled" value=""&gt;P.A. Locale &lt;/option&gt;&lt;option value="Regione"&gt;Regione&lt;/option&gt;&lt;option value="Provincia"&gt;Provincia&lt;/option&gt;&lt;option value="Comune"&gt;Comune&lt;/option&gt;&lt;option value="Comunit&amp;agrave; Montana"&gt;Comunit&amp;agrave; Montana&lt;/option&gt;&lt;option value="ASL"&gt;ASL&lt;/option&gt;&lt;option value="CCIA"&gt;CCIA&lt;/option&gt;&lt;option value="Altro"&gt;Altro&lt;/option&gt;&lt;option disabled="disabled" value=""&gt;P.A. Centrale &lt;/option&gt;&lt;option value="Associazione di categoria"&gt;Associazione di categoria&lt;/option&gt;&lt;option value="Privato"&gt;Privato&lt;/option&gt;&lt;option value="Altro"&gt;Altro&lt;/option&gt;&lt;/select&gt;&lt;span class="formValidation"&gt;&lt;span id="component50" class="formNoError"&gt;Scegli una categoria&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload