Originariamente inviato da teju
Ho trovato questa soluzione:
body {
font-size: 62.5%;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background-color: #0099CC;
color: #333;
text-align: center;
background:url(images/background.jpg);
}
Funziona per l'immagine, dove fa solo la ripetizione orizzontale, ma il colore di background non me lo carica...
codice:
<style type="text/css">
<!--
body {
font-size: 62.5%;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background-color: #0099CC;
color: #333;
text-align: center;
background-image: url(images/background.jpg);
background-repeat: repeat-x;
}
-->
</style>