Gandalf: <option style="font-family:Arial">

Könnte ich mit stylesheets die enhalt von <option> tags einen 'font' mitgeben? Ich menie etwas wie:

<option style="font-family:Arial">
<option style="font-family:Courier">

<select style="font-family:Courier"> könnte ich leider nicht brauchen.

  1. Hallo Gandalf,

    unter </html/formulare/formatieren.htm#css> wird ne gute Hilfe dazu geboten.

    Grüsse aus Salzburg

    Rene

    1. Hi,

      unter </html/formulare/formatieren.htm#css> wird ne gute Hilfe dazu geboten.

      Huch? 404?

      Bye,
      Peter

    2. Hallo Gandalf

      sorry, das war der falscher link:

      Hier der Richtige:
      http://selfhtml.teamone.de/html/formulare/formatieren.htm#css

      mfg Rene

      1. Danke, so es ist leiter nicht moeglich...

  2. in den HEAD

    <style TYPE="text/css">
    <!--
    .Feld    {BORDER-RIGHT: #ffffff 1px ridge; BORDER-TOP: #ffffff 1px ridge; FONT: 12px ARIAL; BORDER-LEFT: #ffffff 1px ridge; WIDTH: 60px; COLOR: #ffffff; BORDER-BOTTOM: #ffffff 1px ridge; BACKGROUND-COLOR: #000000}
    -->
    </style>

    im BODY
    <option class="Feld" .........

    Kevin