Bonjour à tous,
Me voilà bloquée au tout début de mon site mais je n'arrive pas à trouver comment réctifier mon problème.
Alors en fait, j'ai séparé pas page .html en plusieurs blocs et je souhaite que dans mon bloc en_tete, une image (bannière) apparaisse.
Tout se passe très bien sous FF mais l'image ne s'affiche pas sur IE.
Voici mon code .html:
Code :
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
-
- <head>
- <title>LOGEM SOFTWARE ENGINEERING SA - Logiciels de planification des ressources humaines</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <link rel="stylesheet" media="screen" type="text/css" title="Logem Software Engineering SA" href="CSS/MiseEnPage.css" />
- </head>
- <body>
- <div id="en_tete">
- </div>
- <div id="premier_menu">
- </div>
- <div id="corps">
- </div>
- </body>
- </html>
|
et voilà mon code .css:
Code :
- body
- {
- width: 760px;
- margin: auto;
- margin-top: 20px;
- margin-bottom: 20px;
- }
- #en_tete
- {
- width: 750px;
- height: 68px;
- background-image: url('../Images/Bannieres/BanniereHaut.jpg');
- background-repeat: no-repeat;
- margin-bottom: 10px;
- }
- .
- .
- .
- .
|
Est-ce que qqn voit pourquoi l'image ne s'affiche pas sous IE?
Merci d'avance pour votre aide