Style HTML <select> menus in CSS
One technique for styling HTML select menus is to use the :after
pseudo-element with content:
to add a pure CSS “caret” (the little
disclosure triangle).
One technique for styling HTML select menus is to use the :after
pseudo-element with content:
to add a pure CSS “caret” (the little
disclosure triangle).