Re: SELECT OPTION how to control the fonts..?

"Cheun N Chong":

> I have the following HTML codes:

> <tr><td align=center>
> <form name="scrollform">
> <select name="scroller" size=4>
> <option>
> [...]
> <option>Service->Church
> </select>
> </form>
> </td></tr>

> I have tried many ways to control the fonts at the OPTION tag
> like i want to make 23-4-2000 red in color..
> however not works

You could e.g. put the following into the head section of you html:

  <style type="text/css">
    input, select, option { color: red; }
  </style>

#####################################################################
                         Bertilo Wennergren
                 <http://purl.oclc.org/net/bertilo>
                     <bertilow@hem.passagen.se>
#####################################################################

Received on Monday, 1 May 2000 07:44:17 UTC