Randy: Background-image - Hintergrundbild in HTML bzw. CSS

Beitrag lesen

Hallo Matthias,

Danke für den Tipp. Viell. lasse ich das dann doch besser bleiben mit dem Backgroundbild.

Es hat eh nicht funktioniert.

Ich hatte in meiner CSS-Datei mal Folgendes eingegeben.

Aber es erscheint gar kein Hintergrundbild ;-)

body {
   margin:0;
    padding:0;
   font-family:Tahoma, sans-serif;
   font-size:13px;
   line-height: 1.5em;
   color:#333333;
   background-color:#EEEEEE;
   background-image: url(../images/DSC00451.JPG);
    background-repeat: no-repeat;
    background-attachment: fixed;
   text-align:left;
   }

Gruß randy

[Vollzitat entfernt]