Probleme de div

Fermé
j.tel Messages postés 133 Date d'inscription mercredi 14 mai 2008 Statut Membre Dernière intervention 13 mai 2013 - 6 oct. 2008 à 11:35
j.tel Messages postés 133 Date d'inscription mercredi 14 mai 2008 Statut Membre Dernière intervention 13 mai 2013 - 6 oct. 2008 à 11:48
Bonjour,
jai trouvé un petit probleme pandant la realisation d'une maquette en avec les div.
mon code html :

<body>
<div id="t">

<div id="logo"><img src="images/logo.png" /></div>
<div id="top">ghghhhhhhhhhhh</div>

<div id="menu">
<a href="#" class="bouton" onclick="location.href='index.php?id=accueil'">Accueil</a>
<a href="#" class="bouton" onclick="location.href='index.php?id=marche'">Comment ça marche</a>
</div>
<div id="left">
<div id="identification" align="center"><img src="images/titre.png" /></div>
<div id="bas">
</div>
</div>
<div id="contenu">
<div>
</div>
</div>
<div><img src="images/titre1.png" /></div>
<div id="marche">
</div>
<br /><br /><br /><br />
<div id="b">
</div>
</div>
</body>
</html>




css:

body{
background-color:#ececec;
}

div#t{
margin:auto;
height:600px;
width:800px;
}
div#logo{
width:200px;
height:100px;
float:left;
}
div#top{
background:#CCC;
width:590px;
height:100px;
float:right;
}
div#menu{
background-color:#00FF99;
}

div#contenu{
width:590px;
text-align:center;
padding-top:8px;
height:400px;
float:right;
}

div#left{
width:200px;
margin-top:6px;
float:left;
}
div#marche{
width:200px;
padding-top:6px;
margin-top:0px;
font-size:12px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
background-image:url(../images/gg.bmp);
background-repeat:repeat-x;
padding-bottom:10px;

}


div#identification{
padding-top:3px;

}

div#bas
{
width:200px;
background-image:url(../images/gg.bmp);
padding-top:6px;
background-repeat:repeat-x;
}


le probleme existe au niveau de div (menu) .
quand j'insere un arriere plan il apparait meme en arriere plan de div (logo) et top seulement sous le navigateur Firefox.
merci en avance.
A voir également:

2 réponses

Groarh Messages postés 682 Date d'inscription vendredi 1 août 2008 Statut Membre Dernière intervention 28 juin 2015 185
6 oct. 2008 à 11:39
Lis d'abord ça et je daignerai peut-être répondre à ta question.
https://www.google.fr/search?q=balisage+s%C3%A9mantique&gws_rd=ssl
1
j.tel Messages postés 133 Date d'inscription mercredi 14 mai 2008 Statut Membre Dernière intervention 13 mai 2013 1
6 oct. 2008 à 11:48
jai lu ce que tu as le demandé svp si vous savez la solution aider moi.
1