ho dei problemi con un sfondo.
css
codice:
<style type="text/css">
body
{
  margin: 0 auto;
  padding: 0;
  color: #4A4A4A;
  background-color: #1A1A1A;
  /*background-image: url('Bottom_texture.jpg');*/
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: top left;
  min-width: 1024px;
  min-height: 640px;
}

#art-page-background-middle-texture
{
  position: absolute;
  background-image: url('http://img96.imageshack.us/img96/4941/toptexture.jpg');
  background-repeat: repeat-y;
  background-position: top center;
  background-attachment: scroll;
  width:100%;
  min-height:100%;
  overflow:visible;
  
}
</style>
index
codice:
<html>
<body>
<div id="art-page-background-middle-texture">
    ciao
</div>
</body>

</html>
se rimpiccioliscono la finestra, lo sfondo viene caricato a metà, almeno dalla capacità della finestra rimpicciolita.
help, voglio che lo sfondo sia completo xD