Is it possible to dislay different parts of the option text in select using different colors?
<select name="cards">
<option value="0">This is green This is black</option>
<option value="1">This is green This is black</option>
</select>
How to do it? Is it possible to do it with css or javascript? Maybe there some libraries that allow to do it? Is it possible at all?