Page 1 sur 1
Probleme entre Firefox et IE
Publié : 13 oct. 2006, 15:46
par cbenhaim
Bonjour, j'ai un probleme avec certaines cellules. Dans Firefox tout est ok et sous IE le contenu de mes cellules est completement à droite. Les coches Centre ect sont actives, et même mon fond est decalé.....
Que faire ?????
Message envoyé avec : Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Publié : 13 oct. 2006, 15:53
par chinon37
que faire?: mettre IE à la poubelle!
Plus sérieusement, on peut voir ta page en ligne?
Message envoyé avec : Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Merci chinon37
Publié : 14 oct. 2006, 10:46
par cbenhaim
Je ne sais pas comment mettre ma page en ligne vu que je n'ai pas encore de domaine crée. Par contre j'ai les 2 images du defaut , mais je ne sais pas comment vous les montrer ou alors en passant par un email !
Par avance merci, car je suis vraiment dans une panade totale !!
Message envoyé avec : Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Publié : 14 oct. 2006, 11:08
par chinon37
à défaut, tu fais un copié-collé du code de ta page dans ta réponse sur ce forum
Merci chinon37
Publié : 14 oct. 2006, 12:36
par cbenhaim
Cela risque d'etre un peu long mais bon !!!
Code : Tout sélectionner
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script language="javascript">
/*
SCRIPT JAVASCRIPT
<script language="javascript">
/*
SCRIPT JAVASCRIPT
ESPACE JAVASCRIPT.COM
http://www.espacejavascript.com
*/
var Timer;
var Pas = 3;
function moveLayer(Sens)
{
if(document.getElementById)
Objet = document.getElementById("Contenu");
else
Objet = document.all["Contenu"];
if(parseInt(Objet.style.top) + (3*Sens) > 0)
Objet.style.top = "0px";
else
Objet.style.top = (parseInt(Objet.style.top) + (3*Sens)) + "px";
Timer = setTimeout("moveLayer(" + Sens + ");", 50);
}
</script>
<title>Document sans nom</title>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<style type="text/css">
<!--
body {
background-color: #000000;
}
-->
</style>
</head>
<body>
<table
style="width: 800px; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<th
style="background-image: url(file:///image/barrefuji.jpg); background-repeat: no-repeat;"
colspan="2" scope="col"> <img
style="width: 800px; height: 88px;" alt="barrefuji"
src="barrefuji.jpg"><br>
</th>
</tr>
<tr>
<th style="width: 103px;" scope="row"><img
src="greflex.jpg" usemap="#Map" border="0"
height="512" width="103"> <map name="Map">
<area shape="rect" coords="13,25,88,63"
href="accueil.htm">
</map>
</th>
<td
style="background-image: url(corps2.jpg); text-align: left; vertical-align: top;">
<div
style="border: 0px solid rgb(0, 0, 0); height: 455px; overflow: hidden; position: relative;"
id="Support">
<div
style="position: absolute; height: 450px; left: 0pt; top: 0pt;"
id="Contenu">TEXTE
OU IMAGE </div>
</div>
<div style="text-align: center;"><small><br>
</small><small><a
style="text-decoration: none; text-align: center; line-height: normal; color: rgb(118, 110, 39); font-family: Arial;"
href="file:///C:/Documents%20and%20Settings/Christophe/Bureau/sitenet/Test/reflexologie.html"
onmouseover="javascript:moveLayer(1);"
onmouseout="javascript:clearTimeout(Timer);"><img
style="border: 0px solid ; width: 30px; height: 27px;"
alt="feuillehaut" src="feuillehaut.png" align="middle"
hspace="0" vspace="0"></a></small><small><a
style="text-decoration: none; text-align: center; line-height: normal; color: rgb(118, 110, 39); font-family: Arial;"
href="" onmouseover="javascript:moveLayer(1);"
onmouseout="javascript:clearTimeout(Timer);">Haut</a> </small><a
style="font-family: Arial; text-decoration: none; line-height: normal; color: rgb(118, 76, 39);"
href="" onmouseover="javascript:moveLayer(-1);"
onmouseout="javascript:clearTimeout(Timer);"><small><small>
</small></small></a><a
style="font-family: Arial; text-decoration: none; line-height: normal; color: rgb(118, 76, 39);"
href="" onmouseover="javascript:moveLayer(-1);"
onmouseout="javascript:clearTimeout(Timer);"><small><small>
</small>Bas</small><img
style="border: 0px solid ; width: 35px; height: 34px;"
alt="feuillebas" src="feuillebas.png" align="middle"
hspace="0" vspace="0"></a></div>
</td>
</tr>
</tbody>
</table>
</body>
</html>
Message envoyé avec : Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7