Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/10/2007, 19:03
Avatar de fearlex
fearlex
 
Fecha de Ingreso: septiembre-2003
Ubicación: Exiliado de mi patria
Mensajes: 1.047
Antigüedad: 20 años, 7 meses
Puntos: 5
Re: problema con espacios/lineas en ie6

Varios problemas:

Primeramente, el div que contiene los 3 p tags, tienes que definirle un height, ponle auto si este crece, y si tiene un alto fijo, pues declaralo. la etiqueta p que se encuentra en el footer, debes removerle el padding top y darle ese espacio con el propio div que lo contiene. Seria un poco mas facil, si dieras el link de la pagina, y se pudiera modificar el codigo para probar cuales son los distintos problemas/soluciones. Espero que eso te sirve.

Como consejo adicional, te aconsejo, utilizar propiedades abreviadas, no hay necesidad de usar esto:

Código PHP:
#wrapper {
    
width816px;
    
margin0px auto;
}

#header-wrapper {
    
height116px;
    
background-imageurl(images/header.png);
    
background-repeatno-repeat;    
}

#blue-wrapper {
    
height112px;
    
background-imageurl(images/blue_bg.png);
    
background-repeatno-repeat;
    
background-positioncenter;
}

#content_top {
    
height12px;
    
background-imageurl(images/content_top.png);
    
background-repeatno-repeat;
}

#content_main {
    
background-imageurl(images/content_bg.png);
    
background-repeatrepeat-y;
    
background-positiontop center;
    
positionrelative;
}

#content_bottom {
    
height12px;
    
background-imageurl(images/content_bottom.png);
    
background-repeatno-repeat;
}

#content {
    
padding8px 16px;
}

#footer_main {
    
height28px;
    
background-imageurl(images/footer_bg.png);
    
background-repeatno-repeat;
    
background-positioncenter;
    
positionrelative;
}

#footer_bottom {
    
height8px;
    
background-imageurl(images/footer_bottom.png);
    
background-repeatno-repeat;
    
background-positioncenter;
    
positionrelative;
}

#footer_text {
    
color#FFFFFF;
    
text-aligncenter;
    
padding-top8px;

cuando puedes usar esto:

Código PHP:
#wrapper {
    
width816px;
    
margin0px auto;
}

#header-wrapper {
    
height116px;
    
backgroundurl(images/header.pngno-repeat;
}

#blue-wrapper {
    
height112px;
    
backgroundurl(images/blue_bg.pngno-repeat center;
}

#content_top {
    
height12px;
    
backgroundurl(images/content_top.pngno-repeat;
}

#content_main {
    
backgroundurl(images/content_bg.pngrepeat-y top center;
    
positionrelative;
}

#content_bottom {
    
height12px;
    
backgroundurl(images/content_bottom.pngno-repeat;
}

#content {
    
padding8px 16px;
}

#footer_main {
    
height28px;
    
backgroundurl(images/footer_bg.pngno-repeat center;
    
positionrelative;
}

#footer_bottom {
    
height8px;
    
background-imageurl(images/footer_bottom.pngno-repeat center;
    
positionrelative;
}

#footer_text {
    
color#FFFFFF;
    
text-aligncenter;
    
padding-top8px;

__________________
Ya viene llegando, el comunismo en Cuba, ya se esta acabando.
www.fearlex.com | www.fearlexworld.com