is it possible to change the font values of an individual option in a select box, example to make it bold
Printable View
is it possible to change the font values of an individual option in a select box, example to make it bold
I know you can change the individual text color through CSS.
Try:
Code:<option style="font-weight: bold">Text</option>