Bonjour tout le monde ,
voila je viens exposer un probleme concernant l'interpretation de mon CSS avec IE, en effet j'ai fait un site et j'aimerais savoir qu'est-ce qui bugue dans mon code (C'est vraiment dommage que IE interprete pas comme FireFox ...)
Voici mon site :
http://s148035913.onlinehome.fr/FF.jpg
(FireFox tout va bien.)
http://s148035913.onlinehome.fr/IE.jpg
(Internet Explorer tout va mal enfin j'exagere mais je crois que le bug est visible ....)
Voici le code de ma page XHTML :
Le CSS :
Voila en esperant que vous saurez m'aider =).
Merci beaucoup d'avance .
voila je viens exposer un probleme concernant l'interpretation de mon CSS avec IE, en effet j'ai fait un site et j'aimerais savoir qu'est-ce qui bugue dans mon code (C'est vraiment dommage que IE interprete pas comme FireFox ...)
Voici mon site :
http://s148035913.onlinehome.fr/FF.jpg
(FireFox tout va bien.)
http://s148035913.onlinehome.fr/IE.jpg
(Internet Explorer tout va mal enfin j'exagere mais je crois que le bug est visible ....)
Voici le code de ma page XHTML :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>Eternal RO</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="Design habituel" href="eRosite.css" />
</head>
<body>
<div id="banniere">
<MAP NAME=map>
<AREA SHAPE=rect COORDS="680,40,762,57" HREF="shoutbox.php" ALT="Shoutbox">
<AREA SHAPE=rect COORDS="576,40,671,57" HREF="partenariat.php" ALT="Partenariats et Liens">
<AREA SHAPE=rect COORDS="432,40,568,60" HREF="telechargement.php" ALT="Telechargements">
<AREA SHAPE=rect COORDS="696,20,737,35" HREF="staff.php" ALT="Equipe de eRo">
<AREA SHAPE=rect COORDS="622,19,686,36" HREF="serveur.php" ALT="Le serveur">
<AREA SHAPE=rect COORDS="530,19,613,38" HREF="ragnarok.php" ALT="Ragnarok Oo">
<AREA SHAPE=rect COORDS="457,17,522,37" HREF="site.php" ALT="Accueil">
<AREA SHAPE=default HREF="site.php">
</MAP>
<IMG USEMAP="#map" SRC="images/banniere.jpg" WIDTH=789 HEIGHT=67 ALIGN=bottom border=0>
</div>
<div id="image">
<div id="status">
<?php
include("status/index.php");
?>
</div>
</div>
<div id="serveurstatut">
</div>
<div id="droite">
</div>
<div id="corps">
<p>
Le site de Eternal Is GODLIKE !!!<br />
Le site de Eternal Is GODLIKE !!!<br />
Le site de Eternal Is GODLIKE !!!<br />
Le site de Eternal Is GODLIKE !!!<br />
Le site de Eternal Is GODLIKE !!!<br />
Le site de Eternal Is GODLIKE !!!<br />
Le site de Eternal Is GODLIKE !!!<br />
Le site de Eternal Is GODLIKE !!!<br />
</p>
</div>
<div id="pub">
</div>
<div id="copyright">
</div>
</body>
</html>
Le CSS :
body
{
width: 789px;
margin: auto;
margin-top: 25px;
margin-bottom: 25px;
background-color: rgb(58,58,58);
}
#banniere
{
width: 789px;
height: 67px;
margin: 0px;
}
#image
{
margin: 0px;
width: 789px;
height: 207px;
background-image: url("images/image.jpg");
}
#status
{
padding-top: 5px;
padding-left: 25px;
}
#serveurstatut
{
float: left;
width: 789px;
height: 61px;
background-image: url("images/statut.jpg");
}
#droite
{
float: right;
width: 258px;
height: 269px;
background-image: url("images/droite.jpg");
}
#corps
{
min-height: 300px;
width: 789px;
background-image: url("images/corps.jpg");
}
#corps p
{
margin: 0px;
padding-left: 50px;
}
#pub
{
}
#copyright
{
width: 789px;
height: 59px;
background-image: url("images/copyright.jpg");
}
Voila en esperant que vous saurez m'aider =).
Merci beaucoup d'avance .