I changed the background color of the drop box, but how do I get the font to be white.
Background = #003366
Font - #FFFFFF
Could somebody help? This is in the forumhome_forumbit_level2_post template. I edited the background color by changing the bold background part below
PHP Code:
<form><td bgcolor="#13486D" valign="middle" align="right" nowrap>
<IMG align="absmiddle" SRC="images/team.gif">
<SELECT NAME="newLoc" onChange="jumpPage(this.form.newLoc)" style="font-size: 7pt; [B]background-color: #dfdfdf[/B]; font-family: Arial, Tahoma;" maxlength="20">
<OPTION VALUE="#">moderators</OPTION>
<OPTION VALUE="#">---------------------</OPTION>
$forum[moderators]</select></td></form></tr>
to the color I wanted (#003366). NOW how do I change the color (when not selected) to white, but keep when selected white too? Thanks.