Thats my Question
is it possible in Php to make the option items colored or to highlight some items.
is it possible in Php to make the option items colored or to highlight some items.
<select> <option style='color:red; font-weight:700;' value='Red'>Red</option> <option style='color:blue; font-weight:700;' value='Blue'>Blue</option> <option style='color:green; font-weight:700;' value='Green'>Green</option> <option style='color:gold; font-weight:700;' value='Gold'>Gold</option> </select>
Comment