Salve alle
Ich hätt da mal ne fräge.
Wie kann ich im stylesheet den background so definieren, dass er stehen bleibt, wenn man die Seite scrollt?
Also so wie im html mit
<body background="Bilder/Nav/Hintergrund.jpg" bgproperties="fixed">
leider funzt das bei NS nicht ich glaube aber irgendwo gehört zu haben, dass das mit CSS möglich sein soll 
Mein CSS-Stylesheet siet zurzeit so aus
h1 {
font-family:Verdana,Arial,Helvetica;
font-size:16pt;
font-weight:bold;
color:#000080;
}
h2 {
font-family:Verdana,Arial,Helvetica;
font-size:12pt;
font-weight:bold;
color:#000080;
}
h3 {
font-family:Verdana,Arial,Helvetica;
font-size:10pt;
font-weight:bold;
color:#000080;
}
.GText {
font-family:Verdana,Arial,Helvetica;
font-size:16pt;
font-weight:bold;
color:#000080;
}
.NText {
font-family:Verdana,Arial,Helvetica;
font-size:12pt;
font-weight:bold;
color:#000080;
}
.KText {
font-family:Verdana,Arial,Helvetica;
font-size:10pt;
font-weight:bold;
color:#000080;
}
a:link {
text-decoration:none;
color:#00008B;
}
a:visited {
text-decoration:none;
color:#0000FF;
}
a:active {
text-decoration:none;
color:#8B0000;
}
a:hover {
text-decoration:none;
color:#FF0000;
background-color:99CCFF;
}
Danke für die Hilfe |