Code xhtml :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Stric
t//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>Bienvenue sur NipponStation (en construction)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="Design d´attente" href="css/index.css" />
</head>
<body>
<p class="edito">
<strong>EDITO</strong> <br/>
Bienvenue sur NipponStation, ce site parlera de tout ce qui concerne les artistes et les musiques Japonaise,
vous y trouverez vidéos, musiques, photos... Le site est actuelement en construction, donc il est vide. Seul
le design est fait, et je remercie Yumie pour ce merveilleux design qu´elle est fait toute seule intégralement.
Sur ce je vous dis à bientôt sur NipponStation.
</p>
</body>
</html>
Code css :
body
{
width : 1000px;
margin: auto;
height: 2000px;
background-image: url("../images/fond.jpg");
background-repeat: no-repeat;
background-position: center top;
}
.edito
{
margin-top: 357px;
margin-left: 350px;
margin-right : 101px;
}
Lien : http://nipponstation.free.fr/
Donc le truc c´est que avec mozilla firefox sa rajoute un grand espace blanc en bas. Mais pas avec internet explorer. Vous pouvez m´aider à enlever sa svp ?