Click to See Complete Forum and Search --> : Select Box Font


Javajoob
08-20-2007, 10:31 AM
Do you know how to alter the font color of text in a select box? I can change the background color.

ryanbutler
08-20-2007, 11:42 AM
select{
background-color:#ff0000;
color:#fff;
}

Adjust the color value to suit.