PHP expert |
|
background-repeat: no;
ofzoiets, dit kun je beter met css doen, dat je het even in een class zet.
Edit:
.background
{
background-image: url('images/layout/bg.jpg');
background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
background-color: #FFFFFF;
}
.background { background-image: url('images/layout/bg.jpg'); background-repeat: no-repeat; background-position: right top; background-attachment: fixed; background-color: #FFFFFF; }
Gebruik ik zelf ergens, dus dit zou moeten werken. |