Jump to content

Imágenes no se ven en Footer con Explorer


Recommended Posts

Estoy utilizando el módulo ddlx_extreme_footer y lo he modificado para que muestre una imagen de fondo en cada columna de links.

El tema es que en Firefox se ve perfectamente, pero cuando lo pruebo en Explorer no carga las imágenes especificadas en este archivo (style.css):

.colonne {
background : url(img/fondo_bloque.png)no-repeat;
float:left;
list-style: none;
margin : 5px 0px 5px 5px;
padding : 5px;
width : 220px;
height: 150px;
z-index : 1;
}
.titre {
font-size : 12px;
font-weight : bold;
margin-bottom : 5px;
padding-bottom : 5px;
/*border-bottom : 1px solid #D0D3D8;*/
color : #374853;
z-index : 2;
}

.liens a{
padding-left: 2em;
padding-top : 2px;
line-height: 2em;
text-decoration : none;
background : url(img/bullet.png)no-repeat 0.4em 0.5em;
color : #595A5E;
z-index : 3;
}



A alguien se le ocurre dónde está el problema?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...