Bonjour,
je ne sais pas où me présenter, mais j'ai un petit soucis avec mon site internet --->> http://fansyl.com.free.fr. Apparement, cela viendrait de mon fichier CSS, et plus particulièrement des margin. Selon le navigateur (Firefox ou Internet Explorer), il y a un décalage vertical dans le corps principal, et dans la partie News. Sous Internet Explorer, l'alignement est le bon, ce n'est que sous Firefox qu'il ne l'est plus.
J'ai cherché plusieurs heures toute seule, mais impossible de résoudre le problème.
Pourriez vous me dire d'où viens le problème?
Voici mon code HTML
et le code CSS
Merci d'avance à tous
Modifié par fanny92 (25 Feb 2007 - 13:41)
je ne sais pas où me présenter, mais j'ai un petit soucis avec mon site internet --->> http://fansyl.com.free.fr. Apparement, cela viendrait de mon fichier CSS, et plus particulièrement des margin. Selon le navigateur (Firefox ou Internet Explorer), il y a un décalage vertical dans le corps principal, et dans la partie News. Sous Internet Explorer, l'alignement est le bon, ce n'est que sous Firefox qu'il ne l'est plus.
J'ai cherché plusieurs heures toute seule, mais impossible de résoudre le problème.
Pourriez vous me dire d'où viens le problème?
Voici mon code HTML
<!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>www.fansyl.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="fansyl,infographie,3d,maquetisme,cinéma,compositing,maya" />
<meta name="author" content="deliee fanny,bousselier sylvain" />
<meta name="description" content="Découvrez sur ce site nos portofolios, tutoriaux et projets" />
<link href="css/design1.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="fondblanc"><div id="banniere"><img src="images/iconefansyl.gif" alt="Chargement" class="iconefansyl" />
<img src="images/banniere.gif" alt="Chargement" class="banniere" />
<img src="images/iconebanniere.gif" alt="Chargement" class="iconebanniere" />
</div>
<div id="menu"><p class="navig">galeries <span class="separation">|</span> cv <span class="separation">|</span> biographies <span class="separation">|</span> projets <span class="separation">|</span> forum <span class="separation">|</span> liens</p>
</div>
<div id="orangecote"></div>
<div id="corps"><img src="images/print/printmont.gif" alt="Chargement" class="print" />
<img src="images/bienvenu.gif" alt="Chargement" class="bienvenu" />
<p class="para1">
Bienvenue sur <span style="color:#cb6709;">www.fan</span><span style="color:#66330b;">syl.com</span>
Ce site a été entierement codé à la main, il contient le travail
personnel et professionnel de <span style="color:#66330b;">Sylvain Bousselier</span> et <span style="color:#cb6709;">Fanny Deliée.</span>
Nous travaillons dans l'imagerie de synthese, le maquettisme, le compositing,
le webdesign, l'integration (xhtml,multimedia).
Chaque partie du site est decoupée en deux sections: celle de <span style="color:#66330b;">Sylvain</span> et de <span style="color:#cb6709;">Fanny.</span><br />
<br />
<img src="images/separation2.gif" alt="Chargement" class="separtext" /><br />
<br />
Ce site se compose d'un menu qui vous permettra de naviguer dans les differentes sections.
La partie <span style="color:#cb6709;">galerie</span> vous montrera differents travaux personnels ou professionnels, la partie
<span style="color:#cb6709;">CV</span> contient nos Curiculum Vitae avec nos experiences, la partie <span style="color:#cb6709;">biographie</span> contient nos parcours
respectifs, la partie <span style="color:#cb6709;">projet</span> contient notre projet personnel commun, la partie <span style="color:#cb6709;">forum</span> contient le forum de
notre site, et la partie <span style="color:#cb6709;">liens</span> contient differents liens sur le graphisme qui nous tiennent à coeur. <br />
<br />
<img src="images/separation2.gif" alt="Chargement" class="separtext" /><br />
<br />
<span style="color:#cb6709;">Fanny</span> et <span style="color:#66330b;">Sylvain</span> vous souhaitent une bonne visite. N'hesitez pas à nous contacter pour
vos projets ou plus de renseignements sur notre travail en nous envoyant un message
grace à la partie ci-dessous.
<p class="introformsyl">a</p>
<p class="introformfan">b</p>
</div>
<div id="news"><!--espace mise en page--><br /><h4 class="titrenews">Evènements et news</h4>
<h5>News du site :</h5>
<p class="news">Mise en ligne du site le../../....
Certaines pages ne sont pas encore en ligne
</p>
<img src="images/separation.gif" alt="Chargement" class="separation1" /><br />
<h5>News de Sylvain :</h5>
<p class="news">Fin du codage de notre site.<br />
Premieres images de ma galerie.<br />
Ma biographie et mon CV en ligne.<br />
</p>
<img src="images/separation.gif" alt="Chargement" class="separation2" /><br />
<h5>News de Fanny :</h5>
<p class="news">Fin du codage de notre site.<br />
Premieres images de ma galerie.<br />
Ma biographie et mon CV en ligne.<br />
</p>
</div>
</div>
</body>
</html>
et le code CSS
body{
background-image: url(../images/imagefond.gif);
margin-top: 0px;
}
#fondblanc{
position: relative;
background-color: #ffffff;
width: 800px;
height: 1450px;
margin: auto;
}
#banniere{
margin: auto;
background-color: #ffffff;
width: 780px;
height: 100px;
}
.iconefansyl{
position: absolute;
margin-top: 0px;
margin-left: 0px;
width: 140px;
height: 100px;
}
.banniere{
position: absolute;
margin-left: 150px;
margin-top: 0px;
height: 100px;
width: 440px;
}
.iconebanniere{
position: absolute;
margin-left: 600px;
margin-top: 0px;
height: 100px;
width:130px;
}
#menu{
margin: auto;
background-color: #66330b;
width: 780px;
height: 20px;
}
.navig{
display: inline;
margin-left: 100px;
word-spacing: 35px;
color: #ffffff;
font-size: 13px;
font-variant: small-caps;
}
.separation{
color: #cb6709;
}
#news{
margin-top: 0px;
margin-left: 10px;
background-image: url(../images/news.gif);
background-repeat: repeat-y;
width: 176px;
height: 1322px;
}
.titrenews{
font-size: 12px;
font-variant: small-caps;
font-weight: normal;
color: #ffffff;
text-align: center;
margin-left: 18px;
border-top: solid #e5b382 2px;
border-bottom: solid #e5b382 2px;
}
h5{
color: #ffffff;
padding-left: 25px;
display: inline;
text-decoration: underline;
}
.news{
padding-top: 10px;
padding-left: 25px;
padding-right:20px;
text-align: left;
font-size: 11px;
font-variant: small-caps;
color: #ffffff;
}
.separation1{
position: absolute;
margin-left: 25px;
margin-top: 5px;
width: 136px;
height: 10px;
}
.separation2{
position: absolute;
margin-left: 25px;
margin-top: 5px;
width: 136px;
height: 10px;
}
#corps{
position: absolute;
left: 186px;
width: 550px;
height: 1320px;
border-bottom: dotted 2px #cb6709;
}
.print{
width: 550px;
height: 200px;
}
.para1{
clear: both;
color: #787878;
font-size: 12px;
padding-left: 90px;
padding-right: 20px;
width: 400px;
margin-top: 0px;
}
.bienvenu{
float: left;
width: 125px;
height: 89px;
}
.separtext{
margin-left: 100px;
width: 141px;
height: 9px;
}
.introformsyl{
position: absolute;
background-color: red;
width: 275px;
top: 600px;
left: 0px;
margin-top: 0px;
}
.introformfan{
position: absolute;
background-color: green;
width: 275px;
top: 600px;
right: 0px;
margin-top: 0px;
}
#orangecote{
position: absolute;
left: 736px;
background-color: #cb6709;
width: 54px;
height: 1322px;
}
Merci d'avance à tous
Modifié par fanny92 (25 Feb 2007 - 13:41)