ti propongo il codice corretto in modo che tu possa apprezzarne le differenze.
ricorda di utilizzare sempre il tag [CODE][/CODE] per postare codice sul forum, graziecodice:<!DOCTYPE html> <html> <head> <style type="text/css"> body { margin: 0 auto; } #header { margin:auto; width: 100%; max-width: 950px; text-align: center; background-color: #fff; } #container { margin:auto; width: 100%; max-width: 950px; text-align: center; background-color: #fff; padding-bottom: 180px; } #footer { margin:auto; position:fixed; left:0; right:0; bottom: 0; width: 100%; max-width: 950px; text-align: center; background-color: #fff; } </style> </head> <body> <div id="header"> <img src="img/HEADER.png" style="width:100%;" > </div> <div id="container"> <img src="img/CONTAINER.png" style="width:100%;" > <img src="imgCONTAINER.png" style="width:100%;" > <img src="img/CONTAINER.png" style="width:100%;" > </div> <div id="footer"> <img src="img/FOOTER.png" style="width:100%;" > </div> </body> </html>



Rispondi quotando