C'est un pb que je traîne depuis des années (sincèrement) : IE décalle ma bannière et surtout sur la page index.php du site, refuse de garder la largeur fixe de la div conteneur... J'ai cherché un grand nombre de fois, lu vos discussions, etc... et je n'ai jamais rien trouvé qui marche...
Alors j'appelle au secours.
Le CSS en trois colonnes:
le html
le lienhttp://www.courrierdelaplanete.org
Je suis convaincue que c'est de ma faute...
Alors j'appelle au secours.
Le CSS en trois colonnes:
#conteneur {
width : 750px;
margin-top : 133px;
margin-left : auto;
margin-right : auto;
text-align : left;
padding : 0;
}
#corps {
margin : 0px;
padding : 10px;
float : left;
width : 500px;
}
#corpslarge {
padding : 10px;
float : right;
width : 600px;
}
#menu_gauche {
float : left;
width : 110px;
}
#menu_droit {
float : right;
width : 110px;
}
le html
<div id="conteneur">
<table align="center" border="0" cellpadding="0" cellspacing="0" > <tbody> <tr>
<? include ("Library/sommaire_theme.php"); ?>
<td class="fond_noir" height="20"> <strong>|Sur l'agenda</strong></td>
</tr>
<tr>
<!--menu gauche-->
<td style="width:10%; margin-right:5px;"><? include ("Library/sommaire_gauche2.php"); ?></td>
<!--nouveau-->
<td style="margin:5px; padding:5px;">
<a href="http://www.courrierdelaplanete.org/87/index.php"> <img style="border: 2px solid ; float: left;" title="commerce équitable" class="enligne" src="http://www.courrierdelaplanete.org/img/CouvCDP87-WEB.jpg" alt="Commerce équitable" hspace="5" vspace="0"> </a>
<?php include("87/une.php"); ?>
<hr><!--Regards--> <div class="fond_noir">
<?php include("rst/2009.html"); ?>
<?php include("rst/observatoire.html"); ?>
</div>
</td>
<!--Agenda-->
<td valign="top" style="width:15%; border-left:1px;">
<ul id="agenda" class="fond_blanc text_petit">
<? include('agenda.php') ?>
</ul>
</td>
</tr> </tbody> </table>
<br><?php include("Library/pied_page.php"); ?>
</div>
le lienhttp://www.courrierdelaplanete.org
Je suis convaincue que c'est de ma faute...