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

Algunas cosas las e cambiado, pero sigue pasando lo mismo, por ejemplo al poner la resolucion, 800x600 solo se ve una parte, abajo me sale la barra desplazadora, tiro hacia la derecha y entonces no me sigue la imagen del head, se corta alli. Dejo otra vez el codigo.

Gracias a todos

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

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

#head p {
     
text-aligncenter;
     
color#fff;
     
font120"Trebuchet MS"ArialHelveticasans-serif;
     
font-weightbold;
     
font-styleoblique;
     
padding-top40px;
     
padding-left570px;
     
margin-top0%;
     
       }
      
#menu {  
        
width100%; 
        
padding0%;  
        
float:right
        
padding:0%;
        
height:auto;
        
font100"Trebuchet MS"ArialHelveticasans-serif;
        
font-weightbold;
        
background-imageurl("../files/menu.jpg");
        
background-repeatno-repeat;
        
height40px;
        
margin-top0%;
        
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 {
     
width100%; 
     
background-imageurl("../files/pie.jpg");
     
background-repeatno-repeat;
     
height80px
     
margin-top0%; 
     
clearboth;
     
padding1px;
     
positionrelative;
     
padding-bottom0%
     }
     
#pie p {
     
text-aligncenter;
     
color#fff;
     
font120"Trebuchet MS"ArialHelveticasans-serif;
     
font-weightbold;
     
margin-bottom0%;
     
positionrelative;
     } 

Última edición por martines; 11/02/2011 a las 14:21