css - Partially Bold Text in an HTML select -
i'm not sure if possible, have case i'd bold part (not all) of text within option of html select tag.
i tried using b tags, strong tags, no luck (on chrome). css might work, since works @ element level, i'm not sure how go way.
is there way this?
no; it's not possible.
instead, can make fake dropdown list using javascript.
Comments
Post a Comment