Option lists -
10-06-2003
, 02:11 PM
When I create a dropdown option list with the following code:
<FORM NAME="menu">
<INPUT TYPE="BUTTON" VALUE="Leap to" onClick="leapto(this.form)">
<SELECT NAME="dest" SIZE=1>
<OPTION VALUE="frame,sitecontent.htm">Site Content
<option value="frame,teamprofiles/contactlist.html">Contact List
<option value="frame,minutes/minutes.htm">Minutes of Meetings
<option value="frame,social/socialevents.html">Social Events
</SELECT>
</FORM>
I can use the style="background-color: cccc98; font-family: comic sans ms;
color: 006600" to specify the colour of the background, the font face and
the font colour - but is it possible to also colour the arrow on the right
side of the option box, and if so, what are the commands to colour it?
Many thanks
Andi |