I want to show a select
option
's text in bold, like the below image.
The code is working fine in all browsers except Chrome. How can I solve this problem?
<select style="font-weight:normal">
<option style="font-weight:bold">Bold text here</option>
<option style="font-weight:bold">Bold text here</option>
<option style="font-weight:bold">Bold text here</option>
<option style="font-weight:bold">Bold text here</option>
</select>