Se non ho capito male tu vorresti uno sfondo generale di un colore e un'immagine che faccia da sfondo indipendentemente dal colore che gli sta sotto giusto?
Prova questo:
Ti ho messo l'immagine al centro fissa.Codice PHP:<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body { background-color: #000000}
.immagine
{
background-image: url(img.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
}
-->
</style>
</head>
<body class="immagine">
</body>
</html>
Se vuoi spostarla basta che modifichi i css.
![]()

Rispondi quotando