Problème d'affichage avec Firefox [RESOLU]
Publié : 29 nov. 2006, 21:01
Bonsoir,
J'ai publié une page sur mon site qui est lue correctement avec IE.
Lorsque je veux la lire avec Firefox, elle ne reconnait pas le fond d'écran que je lui ai attribué.
Il doit me manquer un détail dans le CSS, mais lequel???
Voici mon code, en espérant que ça pourra vous parler...
Merci de votre aide.
Message envoyé avec : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; DigExt; SV1)[/quote][/code]
J'ai publié une page sur mon site qui est lue correctement avec IE.
Lorsque je veux la lire avec Firefox, elle ne reconnait pas le fond d'écran que je lui ai attribué.
Il doit me manquer un détail dans le CSS, mais lequel???
Voici mon code, en espérant que ça pourra vous parler...
Code : Tout sélectionner
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
<html lang="fr-fr">
<head>
<meta content="text/html; charset=ISO-8859-15"
http-equiv="content-type">
<title>hall</title>
<meta content="nomdusite" name="author">
<style title="hall" media="all" type="text/css">
body { font-family: Verdana;
font-size: 0.7em;
color: rgb(0, 0, 0);
font-weight: normal;
font-style: normal;
text-transform: none;
text-align: left;
speak: normal;
text-decoration: none;
background-image: url(file:///C:/..................../SITE/home/img/salle1.jpg);
}
p { font-family: Verdana;
font-weight: bold;
font-style: normal;
text-transform: none;
text-align: center;
text-decoration: none;
background-color: rgb(184, 56, 12);
speak: normal;
font-size: 1.2em;
}
a { font-family: verdana;
font-size: 0.4em;
color: rgb(109, 80, 52);
font-weight: normal;
font-style: normal;
text-transform: none;
text-align: center;
text-decoration: none;
speak: normal;
}
a:hover { font-family: verdana;
font-size: 1em;
color: rgb(223, 201, 88);
font-weight: bold;
font-style: normal;
text-transform: none;
text-align: center;
text-decoration: none;
speak: normal;
}
</style>
</head>
<body style="direction: ltr;">
<p>PROMENEZ ...................................FIN</p>
<br>
<br>
<div style="position: absolute; top: 62px; left: 78px;"><a
href="file:///C:/................................/SITE/home/html/liens.html"
target="_self">Liens</a><br>
</div>
<br>
<div
style="position: absolute; width: 16px; top: 144px; left: 372px;"><a
href="file:///C:/..................../SITE/home/nrliste.html"
target="_self">N/nos récits</a><br>
</div>
<br>
<div
style="position: absolute; width: 32px; top: 110px; left: 547px;"><a
href="file:///C:/............................./SITE/home/photos.html"
target="_self">Photos</a><br>
</div>
<br>
<div style="position: absolute; top: 191px; left: 70px;"><a
href="http://nomduforum.vosforums.com" target="_blank">Forum</a><br>
</div>
<br>
<div
style="position: absolute; width: 54px; top: 510px; left: 323px;"><a
href="file:///C:/....................../SITE/home/html/updn.html"
target="_self">Un peu de N/nous</a><br>
</div>
<br>
<div
style="position: absolute; height: 33px; width: 36px; top: 123px; left: 713px;"><a
href="file:///C:/........................../SITE/home/punliste.html"
target="_self">nomdelapage</a><br>
</div>
<br>
<div style="position: absolute; top: 314px; left: 640px;"><a
href="file:///C:/...................../SITE/home/ann.html"
target="_self">Annonces</a><br>
</div>
<br>
<div
style="position: absolute; left: 842px; width: 92px; top: 367px; height: 19px;"><a
href="file:///C:/........................../SITE/home/vc.html"
target="_self">nomdelapage</a><br>
</div>
</body>
</html>
Message envoyé avec : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; DigExt; SV1)[/quote][/code]