Hi, how can you change the color of the text in a drop down menu?
I would like to be able to change the text in red to red or green if neccissary (il do this in php).
Any ideas??
Regards,
Martin
Computing Help And Info:
Code:
<option value="cupGroups.php?g=<?php echo $gid; ?>&group=<?php echo $groupID; ?>"> <?php echo $groupName; ?> [COLOR=red](<?php echo $amnt; ?>/12)[/color]</option>
Any ideas??
Regards,
Martin
Computing Help And Info: