Applied style=“display:none” in

前端 未结 5 1697
无人及你
无人及你 2020-12-21 10:44

I have tried to apply style=\"display:none\" in (e.g ), this is working per

5条回答
  •  暖寄归人
    2020-12-21 10:53

    Nothing is going wrong; that is the way IE behaves. There is not a lot of styling you can do to individual options.

    It's probably best to remove the option from the select element entirely using JavaScript if you don't want it shown in the select.

提交回复
热议问题