Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/02/2011, 09:01
martines
 
Fecha de Ingreso: abril-2010
Mensajes: 76
Antigüedad: 14 años
Puntos: 0
Resolucion 800x600, o 1024 se me desmonta todo

Buenas, cuando cambio la resolucion y pongo una inferior a 1024 se me desmonta todo, la foto del head, el menu y pie se me corta, pero cuando pongo otra resolucion mas grande 1024 todo funciona perfectamente. En internet explorer, el menu se me desplaza hacia la izquierda. Como puedo solucionar todo esto?

Código PHP:
body {background-color#91aefe;
     
margin:0px;
    }

#head {
      
margin:0px
      
margin-top:0px;
      
background-imageurl("../files/head.jpg");
      
background-position:  left;
      
background-positionrelative;
      
background-repeatno-repeat;
      
height140px;
      
widthauto;
      }

#head p {
     
text-aligncenter;
     
color#fff;
     
font120"Trebuchet MS"ArialHelveticasans-serif;
     
font-weightbold;
     
font-styleoblique;
     
padding-top40px;
     
padding-left570px;
     
margin-top0px;
     
       }
      
#menu {  
        
widthauto
        
padding0px;  
        
float:right
        
padding:0px;
        
height:auto;
        
font100"Trebuchet MS"ArialHelveticasans-serif;
        
font-weightbold;
        
background-imageurl("../files/menu.jpg");
        
background-positionrelative;
        
background-repeatno-repeat;
        
height40px;
        
margin-top:0px;
        
positionrelative;
                }
        
#menu ul, li { list-style-type: none;
        
}

#menu ul 
        
width:auto;
          
margin:auto;
        }
        
#menu li {  
         
displayinline;  
         
position:relative;
         
         }  

/* separacio entre boto         
#menu li+li a {
         border-left: 1px solid #FFF; 
          }
          
*/          
#menu a {  
      
color#fff;
      
text-decorationnone;  
      
text-aligncenter;
      
width1%; 
      
margin-left130px;
      
floatleft;  
      
padding7px
      
displayblock
      
outline:none;
      
cursor:pointer;
      
positionrelative;
        } 

#menu a:hover { /* background: #FFFFFF; fondo cuadro*/  
               
color:#000000;
             
}


#contenido { border: 3px solid #FF0000; 
             
width:850px
             
height:600px;
             
padding:3px
             
margin-top:50px
             
margin-left180px;
             
margin-bottom20px;
             
floatleft
             
positionrelative;
             }

#pie {
     
width:auto
     
background-imageurl("../files/pie.jpg");
     
background-positionrelative;
     
background-repeatno-repeat;
     
height:80px
     
margin-top:0px
     
clearboth;
     
padding1px;
     
positionrelative;
     
padding-bottom0px;
     }
     
#pie p {
     
text-aligncenter;
     
color#fff;
     
font120"Trebuchet MS"ArialHelveticasans-serif;
     
font-weightbold;
     
margin-bottom0px;
     
positionrelative;
     }