Bonjour,
je tombe des nues quand je m'aperçois que le code css suivant ne laisse pas apparaitre les données dans internet explorer, alors que dans firefox, tout marche bien:
avec un tableau et des découpes d'images dans une div contener...
vous pouvez voir le résultat ici, c'est la page d'accueil qui pose problème.
J'ai remarqué que dès que je supprime la div contener dans le body, pof, réapparait le contenu...!
Modifié par foeb (01 Dec 2005 - 07:03)
je tombe des nues quand je m'aperçois que le code css suivant ne laisse pas apparaitre les données dans internet explorer, alors que dans firefox, tout marche bien:
<style type="text/css">
body {
margin: 0;
padding: 0;
background-color: #000000;
}
#contener{
position:absolute;
left: 50%;
top: 50%;
width: 500px;
height: 241px;
margin-top: -120px;
margin-left: -250px;
}
</style>
avec un tableau et des découpes d'images dans une div contener...
<div id="contener">
<table id="Tableau_01" width="501" height="251" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="../images/index_01.jpg" width="215" height="52" alt=""></td>
<td><img src="../images/index_02.jpg" width="208" height="52" alt=""></td>
<td><img src="../images/index_03.jpg" width="77" height="52" alt=""></td>
<td><img src="../images/spacer.gif" width="1" height="52" alt=""></td>
</tr>
<tr>
<td rowspan="3"><img src="../images/index_04.jpg" width="215" height="79" alt=""></td>
<td><a href="http://www.poisson-rouge.com/site.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image26','','../images/rollovers/entrer.jpg',1)"><img src="../images/index_05.jpg" name="Image26" width="208" height="27" border="0"></a></td>
<td><img src="../images/index_06.jpg" width="77" height="27" alt=""></td>
<td><img src="../images/spacer.gif" width="1" height="27" alt=""></td>
</tr>
<tr>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image27','','../images/rollovers/enter.jpg',1)"><img src="../images/index_07.jpg" name="Image27" width="208" height="36" border="0"></a></td>
<td><img src="../images/index_08.jpg" width="77" height="36" alt=""></td>
<td><img src="../images/spacer.gif" width="1" height="36" alt=""></td>
</tr>
<tr>
<td rowspan="3"><img src="../images/index_09.jpg" width="208" height="47" alt=""></td>
<td rowspan="3"><img src="../images/index_10.jpg" width="77" height="47" alt=""></td>
<td><img src="../images/spacer.gif" width="1" height="16" alt=""></td>
</tr>
<tr>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image29','','../images/rollovers/email.jpg',1)"><img src="../images/index_11.jpg" name="Image29" width="215" height="22" border="0"></a></td>
<td><img src="../images/spacer.gif" width="1" height="22" alt=""></td>
</tr>
<tr>
<td rowspan="2"><img src="../images/index_12.jpg" width="215" height="38" alt=""></td>
<td><img src="../images/spacer.gif" width="1" height="9" alt=""></td>
</tr>
<tr>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image28','','../images/rollovers/flash.jpg',1)"><img src="../images/index_13.jpg" name="Image28" width="208" height="29" border="0"></a></td>
<td><img src="../images/index_14.jpg" width="77" height="29" alt=""></td>
<td><img src="../images/spacer.gif" width="1" height="29" alt=""></td>
</tr>
<tr>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image30','','../images/rollovers/private.jpg',1)"><img src="../images/index_15.jpg" name="Image30" width="215" height="20" border="0"></a></td>
<td colspan="2" rowspan="2"><img src="../images/index_16.jpg" width="285" height="60" alt=""></td>
<td><img src="../images/spacer.gif" width="1" height="20" alt=""></td>
</tr>
<tr>
<td><img src="../images/index_17.jpg" width="215" height="40" alt=""></td>
<td><img src="../images/spacer.gif" width="1" height="40" alt=""></td>
</tr>
</table>
</div>
vous pouvez voir le résultat ici, c'est la page d'accueil qui pose problème.
J'ai remarqué que dès que je supprime la div contener dans le body, pof, réapparait le contenu...!
Modifié par foeb (01 Dec 2005 - 07:03)