ho un problema ... io dovrei impostare uno sfondo al "container" allargato a tutta pagina, è possibile ??
questo è il codice:
html,body
{
margin:0;
padding:0
}
body
{
font:100.01% "Trebuchet MS",Verdana,Arial,sans-serif;
background:#FFFFDD;
color:#555;
}
div#container
{
width:950px;
margin:0 auto;
background:#000000;
}
div.left
{
float:left;
background:url(immagine.jpg) repeat-x;
}
div.right
{
background:#FF3300;
}
questo potrebbe essere il codice che devo inserire, ma non so dove e come:
body { background-image: url(immagine.jpg); background-repeat: repeat-x; }
grazie 1000 a tutti![]()