Guten Abend.
Ich möchte mich jetzt schon entschuldigen - sicherlich ist es ein dummer fehler. Ich hatte eigendlich schon einen css-erfahrenen gefragt, der daraufhin aber auch kein fehler in meiner datei fand.
ich bin gerade auf css umgestiegen, und erstelle eine css -seite, die ungefair mein altes design darstellen soll. der hinetrgrund wird nicht angezeigt.
der body-teil
--------
body {
font-size: medium;
text-align: justify;
color: #00B0B0;
background-color: #000040;
scrollbar-base-color:#D80000;
scrollbar-highlight-color:#000040;
scrollbar-track-color:000040;
scrollbar-arrow-color:aqua;
scrollbar-3dlight-color:grey;
background-attachment:fixed;
margin-left:100px;
margin-top:20px;
margin-right:20px;
margin-bottom:20px;
}
------
dieser bfindetsich in style.css
die testdatei:
<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<title>zuuu</title>
<meta name="author" content="njkl">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
suiadhfuiodhigluhr
<p>
dsfasdfgaerhgaerhreahera<br>
sdfdaggr<br>
</p>
<a href="iojfasjif">sff</a>
</body>
</html>
gruß,
Dennis