Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

How to increase font size in html forms. (select/option)

  • 1 antwurd
  • 1 hat dit probleem
  • 1 werjefte
  • Lêste antwurd fan sharique_11

more options

In forms which use the html elements select and option, how do I increase the font size.

Here is an example of what I mean.

https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_option

Chrome lets you use the below property, but the equivalent -moz- does not work.

-webkit-appearance: none;
In forms which use the html elements select and option, how do I increase the font size. Here is an example of what I mean. https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_option Chrome lets you use the below property, but the equivalent -moz- does not work. -webkit-appearance: none;

Alle antwurden (1)

more options

Tested on firefox 57 .

       -moz-appearance:none; /* Firefox */
       -webkit-appearance:none; /* Safari and Chrome */
       appearance:none;