carmion: background-color und netscape 7

Beitrag lesen

Hallo zusammen....

Wer kann mirt sagen, warum Netscape 7 nicht den Befehl background-color bei css interpretiert?? Egal was ich mache, der Hintergrund bleibt weiss....
Hi!

Hast Du evtl. ein Semikolon vergessen?

Grüße,
Bürgle

Hallo Bürgle, hier der css-Quelltext:

<STYLE TYPE="text/css">
<!--
body {
     background-color:#FFF7D7;
     font-family: sans-serif;
     border:none;
     margin:0px;
     }

h1 {
   font-size: xx-large;
   font-weight: bold;
   text-align: center;
   color: #FFFF00;
   font-family: serif;
   }

a:link {
          font-size: large;
          font-weight: bold;
          color: #008080;
          }

a:visited {
           font-size: large;
           font-weight: bold;
           color: #000000;
           }

a:active {
         font-size: large;
         font-weight: bold;
         color: #FFFFFF;
         }
-->
</STYLE>

wie du siehst ist das semikolon da.... aber Netscape zeigt die Hintergrundfarbe trotzdenm net an...   :-(

carmion