CSS et IE : mucho étrange

Bon, après un peu de tripotage le bandeau apparaît enfin sur IE. Grand mystère du CSS, en fait j’ai remplacé ça :

#photo
{

margin: 0;
padding: 150px 0 8px 0;
background: transparent url(‘/cover/rotate.php’) no-repeat bottom center;
}

par ça :

#photo
{

margin: 0;
padding: 150px 0 8px 0;
background: transparent url(‘/cover/rotate.php’);
background-repeat: no-repeat;
background-position: bottom center;

}

et maintenant ça fonctionne. Surtout qu’il y a un mois ça fonctionnait encore !
Mucho étrange…

Leave a comment

Your email address will not be published. Required fields are marked *