Bonjour,
problème maintes fois posé mais là je ne comprend pas d'où viens l'espacement entre mes deux div "haut_de_page" et "menu" .
j'ai beau mettre des margin 0 partout ça ne veu pas se coller.
Modifié par mackean (09 Sep 2008 - 11:01)
problème maintes fois posé mais là je ne comprend pas d'où viens l'espacement entre mes deux div "haut_de_page" et "menu" .
<body>
<div id="all">
<div class="haut_de_page">
<img src="echo/logo_echo_graphik.jpg" width="489" height="89" /><img src="echo/light1.jpg" width="151" height="89"/><span class="menu_haut"></span>
</div>
<div class="menu"></div>
</div>
</body>
body{
background-color:#221305;
background-image:url(fond.jpg);
background-repeat:repeat-x;
margin:0;
text-align: center;
}
#all{
margin-left:auto;
margin-right:auto;
width:980px;
height:900px;
margin:0px;
}
.haut_de_page{
text-align:center;
margin:0px;}
.menu_haut{
background-image:url(menu_light.jpg);
width:195px;
height:89px;}
.menu{
margin-top:0px;
background-image:url(bandeau_menu.jpg);
width:980px;
height:52px;}
j'ai beau mettre des margin 0 partout ça ne veu pas se coller.
Modifié par mackean (09 Sep 2008 - 11:01)