He hecho un menu en el cual pongo una imagen de fondo, en ie se ve estupendo, pero en ff la imagen de fondo se reduce al enlace en si.
Os indico la hoja de estilos que uso:
Cita:
Por que FF no reconoce el tamaño que le indico?#menu A {
text-decoration:none;
width:160px;
height:29px;
font-weight:bold;
line-height: 26px;
vertical-align:middle;
color: #FFFFFF;
padding-right: 15px;
background: url("../imagenes/menu.gif") no-repeat;
}
#menu A:hover { background: url("../imagenes/menu2.gif") no-repeat;}
text-decoration:none;
width:160px;
height:29px;
font-weight:bold;
line-height: 26px;
vertical-align:middle;
color: #FFFFFF;
padding-right: 15px;
background: url("../imagenes/menu.gif") no-repeat;
}
#menu A:hover { background: url("../imagenes/menu2.gif") no-repeat;}
Un saludo