Hallo!
Ich bin grade dabei css zu lernen. ich krieg aber eine Hintergrundgrafik nicht hin. Hier ist mein "script" besser gesagt scriptchen . Vlt. findet ihr da einen Fehler. Ich habe es mit dem Buch vergliechen, scheint alles richtig zu sein. Das Bild bg.jpg liegt im selben Ordner wie die html-Datei. Danke im Voraus.
<!--
body {
font-family: Arial, Helvetica, san-serif;
color: #000000;
margin: 0px;
background-image: url (bg.jpg);
background-repeat: no-repeat;
background-atachment: fixed;
}
p.ramen {
margin-left: 10px;
width: 700px;
border-style: solid;
border-width: 1px;
border-color: red;
border-left-width: 15px;
}
a {text-decoration: none;}
.test {
width: 700px;
background-color: silver;
color: black;
margin-left: 10px;
padding: 3px;
border-style: solid;
border-width: 2px;
border-top-width: px;
border-left-width: px;
border-color: red;
}
-->
Dimo (251) 1x Beste Antwort 2x "Danke"
|