hoi,
in DW heb ik al een aantal sites met full image backgrounds (thanks CSSHunter!), maar nu wil ik in WP ook graag een full image background.
Met deze code:
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #DDD;
background-image:url(images/bungalows2.png);
width:100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
krijg ik als resultaat dat de bungalows niet full image zijn, maar herhaald worden. Dat is dus niet de bedoeling.
Heeft iemand de tip voor me? Moet ik iets in index.php aanpassen?
Ik hoor graag.
mvrgr
Iris
in DW heb ik al een aantal sites met full image backgrounds (thanks CSSHunter!), maar nu wil ik in WP ook graag een full image background.
Met deze code:
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #DDD;
background-image:url(images/bungalows2.png);
width:100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
krijg ik als resultaat dat de bungalows niet full image zijn, maar herhaald worden. Dat is dus niet de bedoeling.
Heeft iemand de tip voor me? Moet ik iets in index.php aanpassen?
Ik hoor graag.
mvrgr
Iris