Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/08/2005, 06:16
Avatar de PeiShar
PeiShar
 
Fecha de Ingreso: abril-2001
Ubicación: España
Mensajes: 125
Antigüedad: 23 años
Puntos: 0
Hoja de estilo

Código HTML:
body {
margin : 0 auto;
padding : 0;
[COLOR=Red]height : 100%;[/COLOR]
background-color : #ffffff;
font-family : Verdana, Geneva, Helvetica, Arial, Serif;
font-size : 68.5%;
color : #000000;
}
body img {
border : 0px;
}
DIV#cabecera {
width : 100%;
height : 79px;
background-color : #0C9C5C;
border-bottom : dashed;
border-bottom-width : 1px;
border-bottom-color : #88A;
}
DIV#contenido {
float : left;
width : 100%;
[COLOR=Red]height : 100%;[/COLOR]
background-color : #fff;
}
DIV#izquierda {
float : left;
width : 18%;
[COLOR=Red]height : 100%;[/COLOR]
padding : 4px 0 0 4px;
background-color : #EAF5E5;
}
DIV#centro {
float : left;
width : 59%;
[COLOR=Red]height : 100%;[/COLOR]
padding : 5px 0 0 15px;
border-right : dashed;
border-right-width : 1px;
border-right-color : #88A;
border-left : dashed;
border-left-width : 1px;
border-left-color : #88A;
background-image : url(../imagenes/fondo/fondo_derecha.gif);
background-attachment : scroll;
background-repeat : no-repeat;
background-position :center center;
}
DIV#derecha {
float : right;
width : 20%;
[COLOR=Red]height : 100%;[/COLOR]
}
DIV#pie {
width : 100%;
background-color : #EAF5E5;
border-top : dashed;
border-top-width : 1px;
border-top-color : #88A;
}
DIV#pie p {
text-align : center;
font-size : 100%;
color : #666;
padding : 6px 0 6px 8px;
}
DIV#izquierda H1 {
margin : 3px;
padding-top : 3px;
padding-left : 15px;
font-size : 1em;
color : #ffffff;
background-image : url(../imagenes/fondo/fondo_titulo_menu.gif);
background-repeat : no-repeat;
width : 116px;
height : 20px;
}
DIV#izquierda ul {
margin : 0;
padding : 0;
margin-left : 3px;
list-style-image : none;
}
DIV#izquierda ul li {
list-style : none;
border-bottom : 1px solid #ffffff;
margin-top : 0;
}
DIV#izquierda ul li a {
background-color : #D8DBE1;
display : block;
text-decoration : none;
color : #000000;
padding : 2px;
padding-left : 7px;
}
DIV#izquierda ul li a:hover {
background-color : #ECAB08;
}
El caso es que si dejo en el encabezado <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> sin la URL funciona bien en el I.E. pero no así en el Firefox, me tiene loco, a ver si me podéis echar un cable. Saludos y gracias.