- Code: Select all
body .hout {
background: url('../images/bg1.jpg') repeat-y;
}
body .agrarisch {
background: url('../images/bg2.jpg') repeat-y;
}
body .industrie {
background: url('../images/bg3.jpg') repeat-y;
}
But the backgrounds are shown in the wrong place, as you can see in the attachment.
What can I do about this?