Styling options in bold in Internet Explorer

后端 未结 3 1095
梦毁少年i
梦毁少年i 2020-12-01 23:32

I am getting a styling problem with options. I need some options to appear in bold style, but Internet Explorer doesn\'t want to render it.

I\'m setting it using CS

3条回答
  •  一向
    一向 (楼主)
    2020-12-02 00:19

    in IE, you can't style an option. I had the same issue...you can give it color but not much else.

    You could write a jquery plugin or find an existing one to "convert" your select to a styled list/dropdown.

    Also see: Create a styled Dropdown like on jquery UI

提交回复
热议问题