Bonjour à tous
Voici le site qui pose problème sous IE mais pas sous mozilla. Je ne voit pas comment améliorer mon code pour l'optimiser sur les deux.
Le site
Mon CSS:
Mon HTML:
Si vous pouviez annoncer clairement mes erreurs que je puisse les modifier.
Amicalement Thibaud
Modifié par thibaud25 (04 Mar 2008 - 17:27)
Voici le site qui pose problème sous IE mais pas sous mozilla. Je ne voit pas comment améliorer mon code pour l'optimiser sur les deux.
Le site
Mon CSS:
body {
background-color: #D8D8D8;
background-image: url(images/fond.gif);
background-repeat: repeat-x;
}
div#container
{
margin: auto;
width: 1003px;
}
div#header img
{
float:left;
}
div#menu img
{
float:left;
}
div#bordDroit
{
position: absolute;
margin-top: 93px;
margin-left: 996px;
}
div#menu1
{
position: absolute;
margin-top: 110px;
margin-left: 15px;
}
div#menu1 a
{
text-decoration: none;
color: black;
}
div#menu1 a:hover
{
text-decoration: none;
color: black;
border-bottom: 2px solid red;
}
div#contenu
{
position: absolute;
margin-top: 178px;
margin-left: 7px;
width: 989px;
height: 461px;
background-color: white;
}
Mon HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>AkrogAmes Boutique en ligne de produits Hight Tech</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="style" href="design.css" />
</head>
<body>
<div id="container">
<div id="header">
<img src="images/index_01.gif" border="0">
<img src="images/index_02.gif" border="0">
<img src="images/index_03.gif" border="0">
<img src="images/index_04.gif" border="0">
</div>
<div id="menu">
<img src="images/index_05.gif" border="0">
<img src="images/index_06.gif" border="0" alt="Accueil">
<img src="images/index_07.gif" border="0" alt="">
<img src="images/index_08.gif" border="0" alt="">
<img src="images/index_09.gif" border="0" alt="">
<img src="images/index_10.gif" border="0" alt="">
<img src="images/index_11.gif" border="0" alt="">
<img src="images/index_12.gif" border="0" alt="">
<img src="images/index_13.gif" border="0" alt="">
<img src="images/index_14.gif" border="0" alt="Création de site web">
<img src="images/index_16.gif" border="0" alt="Hebergement">
<img src="images/index_20.gif" border="0">
</div>
<div id="menu1">
<a href="index.php">Accueil</a>
</div>
<div id="bordDroit">
<!-- La il y a un probleme je crois... -->
<img src="images/index_15.gif" border="0">
</div>
<!--La div corps pour mettre du grand texte-->
<div id="contenu">
test contenu
</div>
<div id="footer">
<img src="images/index_22.gif" border="0">
</div>
</div>
</body>
</html>
Si vous pouviez annoncer clairement mes erreurs que je puisse les modifier.
Amicalement Thibaud
Modifié par thibaud25 (04 Mar 2008 - 17:27)