CSS Probleme?

Hallo Leutz,

ich möchte gerne das Bild (forumppc.de/toplist/img/back.gif) als Hintergrund für etwas verwenden.

Folgende CSS:

[quote]body {margin-left: 5px;margin-top: 5px;margin-right: 5px;margin-bottom: 5px;background-color: #FFFFFF;background-image: url(toplist/img/back.gif);}
h1 {margin:0px; padding:15px;}
body,td,th {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #000000;}
table { background-color:#FFFFFF}
td { background-color:#FFFFFF}
.new {color: #FF0000; font-weight:bolder;}
.banner { padding:4px; padding-bottom:0px;}
.description { font-size:12px; padding-left:4px; padding-top:0px; padding-right:4px; padding-bottom:4px}
.stats {font-size: 10px; padding-left:5px; padding-top:2px; padding-right:5px; padding-bottom:2px}
a {font-size: 12px;color: #990000;}
a:visited {color: #990000;}
a:hover {color: #FF9900;}
a:active {color: #FF0000;}
a.members {font-size: 12px;color: #000000;}
a.members:visited {color: #000000;}
a.members:hover {color: #000000;}
a.members:active {color: #000000;}
a.sitetitle {font-size: 12px;color: #990000; padding-left:4px; padding-top:4px; padding-right:4px; padding-bottom:0px}
a.sitetitle:visited {color: #990000;}
a.sitetitle:hover {color: #FF9900;}
a.sitetitle:active {color: #FF0000;}
a.topsitemenu {font-size: 12px;color: #990000; padding-left:4px; padding-top:4px; padding-right:4px; padding-bottom:0px}
a.topsitemenu:visited {color: #990000;}
a.topsitemenu:hover {color: #FF9900;}
a.topsitemenu:active {color: #FF0000;}
a.topmenu {font-size: 12px;color: #990000; padding-left:4px; padding-top:4px; padding-right:4px; padding-bottom:0px}
a.topmenu:visited {color: #990000;}
a.topmenu:hover {color: #FF9900;}
a.topmenu:active {color: #FF0000;}
td.border { border-color: #CC0000; border-right-color:#CC0000; border-style:solid;}
table.border {border-color: #CC0000; border-right-color:#CC0000; border-style:solid;}[/quote]

Könntet Ihr mir bitte helfen dies einzubauen?

Mit dem Teil

Wird der Hintergrund deffiniert, was willst du jetzt von uns wissen? Soll der Background aufs ganze Bild wiederholt werden?

Ich will das Bild als Hintergrund haben. Das Bild soll auf das ganze Page aufgetragen bzw. wiederholt werden.

das hast du ja damit background-image: url(toplist/img/back.gif); schon gemacht :ps:

Geht aber nicht!?!Irgendwas mache ich falsch aber was?

hast du die datei den schon in dem entsprechenden verzeichniss auf dem server?
der pfad geht von der css datei aus, also gegebenfalls …/ einbauen.

Ja das habe ich jedoch habe ich festgestellt das nicht die Startseite übernommen wurden ist sondern ein andere Page!?!

body {
background-image: url('http://forumppc.de/toplist/img/back.gif');
background-repeat:repeat-x;
}

… geht das? …

Vielen Dank fishi, geht einwandfrei.

:ps: … Bitte… ps: css4you.de/ :wink:

so gehts auch :smiley: