Css-Frage

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Css-Frage

    Will machen das der Text standard-mäßig trebouchet und 12px ist. So hab ich's gemacht:

    body{
    font-size: 12px; font-family: Trebuchet MS, Arial, Helvetica; font-style: normal; line-height: normal; font-weight: 300; color: #A1A1A1; src: url(TREBUCH0.eot);
    }

    funzt net - das heist er macht zwar trebouchet und alles, aber KEINE 12px... .

    weis jemand wo der Fehler ist?

    [Editiert von Luke am 09-12-2001 um 15:58]

  • #2
    css funktioniert

    Dein CSS ist einwandfrei und funktioniert unter IE 4/5, NS 4.x und NS 6.x
    ------------------
    <html>
    <head>
    <title>Untitled</title>
    <style type="text/css">
    body{
    font-size: 12px; font-family: Trebuchet MS, Arial, Helvetica; font-style: normal; line-height: normal; font-weight: 300; color: #A1A1A1; src: url(TREBUCH0.eot);
    }
    </style>
    </head>

    <BODY BGCOLOR="#FFFFFF" style="font-family: verdana, helvetica, arial" topmargin="0" leftmargin="0" vlink="#0000FF" alink="#0000FF" link="#0000FF">
    hallo


    </body>
    </html>

    Kommentar


    • #3
      body tag

      die angaben im body tag sind kontraproduktiv.
      wurden von php-resource.de automatisch generiert.

      Kommentar

      Lädt...
      X