Vorrei capire come mai non mi visualizza l'header..questo il css:
body {
background: #cccccc url(images/bg_long.jpg) repeat-y center top; /
color: #777;
padding: 0;
margin: 0; border: 0;
text-align: center;
}
#container {
position: relative;
width: 650px;
margin: 0 auto;
text-align: left;
}
#header {
background: url (images/header.jpg) no-repeat center top ;
}
Questo l'xhtml:
<body>
<div id="container">
<div id="header"></div>
</div>


</body>
</html>
Grazie..