Hallo Leute,
ich habe in unserem Forum ein Hintergrundbild eingefügt. Hier der Code dafür:
Code
/* ### blue temptation special css ### */
/* background-image for body, tabular boxes and dialogs */
body, .tabularBox, .dialogTitlebar {
background-image: url(../images/blueTemptation/blueTemptationHeader.png);
background-repeat: repeat-x;
background-attachment:fixed;
}
body, {
background-image: url(../images/blueTemptation/background.png);
background-repeat: repeat-x;
background-attachment:fixed;
}
footer, {
background-image: url(../images/blueTemptation/background.png);
background-repeat: repeat-x;
background-attachment:fixed;
}
Alles anzeigen
Nun haben wir aber ein Problem. In allen Threads ist nun am Ende das Hintergrundbild etwas zu sehen. Hier ein Bild:
Kann mir da jemand weiterhelfen?
LG Nico