Grazie per l'aiuto. Fino ad ora l'ho provato su un server sul pc, ma si tratta di una sola pagina e una img:
con questa img di 1796px: http://s8.postimg.org/qck4x5r1h/carte.jpgcodice:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CARTE</title> <style type="text/css"> <!-- body { background-color: #000000; background-position:center top; margin: 0; text-align: left; padding: 0; overflow-x: hidden; overflow-y: hidden; } #wrapper { background-position: center top; text-align: center; border: 0; background-repeat: no-repeat; position: relative; padding: 0px; margin-top: 0; margin-right: auto; margin-left: auto; margin-bottom: 0; clear: both; width: 100%; } --> </style> </head> <body> <div id="wrapper"> <img src="carte.jpg"/> </div> </body> </html>
deve essere un piccolo errore nel CSS, voi lo troverete subito. Grazie dell'aiuto!


Rispondi quotando