Closed noesteijver closed 9 years ago
Hello,
I was wondering if there's a nice way to use FontAwesome icons in select options?
I've tried the following things:
But the two solutions above don't seem to work.
Anybody here found a way to do this? Many thanks!
you need to insert icon code in hexadecimal format
Example
<option > Envelope Icon</option>
where f0e0 is unicode of icon http://fortawesome.github.io/Font-Awesome/icon/envelope/
Hello,
I was wondering if there's a nice way to use FontAwesome icons in select options?
I've tried the following things:
But the two solutions above don't seem to work.
Anybody here found a way to do this? Many thanks!