Inhalt von *.CSS wird in *.HTM nicht richtig interpretiert

  • Hallo,

    ich bin neu hier im Forum. Meine Erfahrungen mit Firefox beschränken sich ebenfalls auf wenige Tage. Wie es sich gehört, führe ich mich gleich mit einem Problem ein: Wenn ich meine - selbst erstellten - Webseiten mit Firefox betrachte, stelle ich fest, daß die Definition innerhalb meiner *.CSS

    Code
    BODY{background-image:url(buttons/blue.gif);background-attachment:fixed;color:#F7FAB8;font-family:sans-serif;font-
    size:11pt;font-weight:normal}

    nicht umgesetzt wird. Statt eines Hintergrundmusters bleibt der Hintergrund weiß. Unter dem IE funktionierte das problemlos, ebenso mit dem HTML- Editor phase5.3, den ich zur Erstellung meiner Webseiten benutze.

    Eingebunden wird die *.CSS in meine *.HTM mit

    Code
    <LINK rel="stylesheet" type="text/css" href="kdf.css">

    Ich habe es allerdings auch schon mit

    Code
    <style>
    <!--
    @import url(kdf.css);
    -->
    </style>

    versucht; leider ohne Erfolg. Unter IE und phase5.3 funktioniert es für beide Varianten... Was mache ich falsch?

    Noch ein paar allgemeine Angaben? BS=WinXP Home+SP2, Firewall=ZoneAlarm

    Vielen Dank
    Klaus-Dieter.

  • Gibt uns bitte nen Link, mit so ein paar Codeteilen auf Fehlersuche zu gehen ist relativ schwierig.


    ..and some might argue that the earth is flat
    ..and some might argue that smoking is not harmful
    ..and some might argue that even Windows XP has become stable

  • Wirf erstmal die HTML-Teile, also
    <STYLE TYPE="text/css">
    <!--
    und
    -->
    </STYLE>
    aus der CSS-Datei raus und teste dann nochmal.


    ..and some might argue that the earth is flat
    ..and some might argue that smoking is not harmful
    ..and some might argue that even Windows XP has become stable

  • Erster 8)


    ..and some might argue that the earth is flat
    ..and some might argue that smoking is not harmful
    ..and some might argue that even Windows XP has become stable

  • Hallo Belly, hallo bejot,

    ...so I did... Das war es wohl. Vielen Dank an Euch beide.

    Klaus-Dieter.