Hi !
Ich habe folgende Problem : Meine CSS funktionieren nur bei IEX
Netscape benutzt sie gar nicht :
Hier ist der Header :
<HTML>
<head>
<base target="_self">
<META http-equiv="Content-Style-Type" content="Text/css">
<link rel=stylesheet type="text/css" href="css/standard.css">
</head>
Die Standard.css Datei :
/* Formatierungseigenschaften fuer alle Seiten */
body {
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
margin-bottom: 20px;
top : 20px;
background: #F5F5DC;
background-color: #F5F5DC;
bgcolor : #F5F5DC;
topmargin : 20;
leftmargin : 20;
marginwidth : 20;
text : #000000;
link : #3333FF;
vlink : #551A8B;
alink : #551A8B;
font face : Arial;
}
Habt Ihr eine Idee warum ich das nicht hinkriege ? Ich bin schon ganz verzweifelt .
Claudia