28220 sujets

CSS et mise en forme, CSS3

Salut à tous,

si je ne spécifie pas de hauteur à .corps, comme ici:
.corps {
border: solid 1px red;
width: 750px;
height:auto;
text-align: center;
margin:0 auto;
background-image: url(image/pendules/faience/rhonic.jpg);
background-repeat: 
no-repeat;
background-position: 
 center;
}


FF n'affiche pas l'image, alors que IE le fait...pourquoi donc?

Merci!