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
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