I have select box with options:
<select name="status_id">
<option value="">Select</option>
<option value="1">IMPORT <span style="color:red">10</span></option>
</select>
I need show number 10 with red color. But my code doesnt work. How can i solve this? Thanks!