Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/02/2007, 17:57
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Re: Incompatibilidad IE ancho capas

Buenas. Esto te puede servir, pero para mi es un apaño bastante feo.

Código:
  <style type="text/css">
body { margin: 0px;
padding: 0px;
background-color: rgb(0, 255, 0);
}
#contenedor { margin: 15px auto;
padding-right: 0px;
padding-left: 0px;
width: 754px;
height: 31px;
position: relative;
voice-family: inherit;
background-color: rgb(255, 0, 0);
z-index: 0;
}
#fondo { padding: 0pt;
background-color: rgb(255, 255, 255);
width: 758px;
height: 400px;
position: absolute;
top:31px;
left: -2px;
z-index: 0;
}
#cabeceraTitulo { background-color: rgb(255, 153, 0);
position: absolute;
top: 229px;
left: 136px;
width: 450px;
z-index: 3;
height: 23px;
}
#barraTitulo { background-color: rgb(204, 0, 0);
top: 23px;
height: auto;
z-index: 3;
width: 450px;
position: absolute;
right:0px;
margin-left:138px;
}
#textoTitulo { padding: 0px 0px 0px 10px;
width: 420px;
top: 10px;
z-index: 4;
font-size: 11px;
position: relative;
}
#pie { position: relative;
background-color: rgb(0, 0, 255);
background-repeat: no-repeat;
height: 32px;
top: 20px;
left: -138px;
margin-right: -308px;
padding: 15px;
color: rgb(204, 204, 204);
}
  </style>
Mikel.