Salut à tous,
Voilà, je viens de finir plus ou oins mon site en XHMTL CSS. Il fonctionne parfaitement sur firefox et safari (je suis un utilisateur mac ), mais aujourd'ui, je viens de la tester sur IE, et là: CATASTROPHE!!!! mes balises "div" sont toutes décalées tout en bas a droite de l'écran.
Est ce que quelqu'un peut me dire si quelque chose ne va pas avec mon code?
Ce serait super cool:
HTML:
CSS:
[code]
Modifié par prelude (25 Nov 2008 - 15:04)
Voilà, je viens de finir plus ou oins mon site en XHMTL CSS. Il fonctionne parfaitement sur firefox et safari (je suis un utilisateur mac ), mais aujourd'ui, je viens de la tester sur IE, et là: CATASTROPHE!!!! mes balises "div" sont toutes décalées tout en bas a droite de l'écran.
Est ce que quelqu'un peut me dire si quelque chose ne va pas avec mon code?
Ce serait super cool:
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>Design-pao</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="design-pao_design-1.css" />
</head>
<body>
<div id="en_tete">
<p>
</p>
</div>
<div id="menu">
<p><a href="index.html">ACCUEIL</a><br />
<br />
<a href="logos.html">IDENTITÉS</a><br />
<a href="print_charte.html">PRINT/CHARTES</a><br />
<a href="web.html">WEB</a><br />
<a href="campagnes.html">CAMPAGNES</a><br />
<br />
<a href="videos.html">VIDÉOS</a><br />
<br />
<a href="extras.html">EXTRA(S)</a><br />
<a href="PP.html">PROJET PERSO</a><br />
<br />
<a href="profil.html">PROFIL</a><br />
<a href="contact.html">CONTACT</a><br />
<br />
<a href="liens.html">LIENS</a><br />
</p><br />
</div>
<div id="corps_accueil">
<p>
</p>
</div>
<div id="pied_de_page">
<p>©2008 - TOUS DROITS RÉSERVÉS - GUY PAOLAGGI - DESIGN-PAO.COM
</p>
</div>
</body>
</html>
CSS:
body
{
background-image: url("images/bodyBG.jpg");
background-repeat: no-repeat;
background-color: #000000;
background-attachment: fixed;
width: 800px;
margin-left: 300px;
margin-top: 50px;
margin-bottom: 20px;
padding: 0px;
font-family: "Letter Gothic Std", "Orator Std", "Andale Mono";
font-size: 10px;
}
#en_tete
{
background-image: url("images/enteteBG.jpg");
background-repeat: no-repeat;
background-color: white;
width: 700px;
height: 120px;
margin-top: 100px;
margin-bottom: 0px;
margin-left: 400;
margin-right: auto;
}
#menu
{
float: left;
position:relative;
width: 120px;
height: 2000px;
background-color: white;
margin: 0px;
margin-left: auto;
margin-right: auto;
margin-top: auto;
}
#menu p
{
padding-top: 30px;
padding-left: 15px;
padding-bottom: 50px;
}
#menu a
{
text-decoration: none;
color: #838282;
}
#menu a:hover
{
color: white;
background-color: red;
}
#corps_accueil
{
background-image: url("images/corpsBG.jpg");
background-repeat: no-repeat;
background-color: white;
position: absolute;
width: 580px;
height: 2000px;
padding: 0px;
margin: 0px;
margin-left: 120px;
margin-right: auto;
margin-top: auto;
margin-bottom: 0px;
}
#corps_accueil p
{
padding-top: 30px;
padding-left: 90px;
padding-bottom: 50px;
}
#corps_accueil a
{
text-decoration: none;
color: #838282;
position: absolute;
margin: 0px;
}
#corps_accueil a:hover
{
color: white;
background-color: red;
}
#corps_accueil p .titre
{
font-family: "Letter Gothic Std", "Orator Std", "Andale Mono";
font-size: 20px;
color: #b0abad;
}
#corps_accueil p .titre1
{
font-family: "Letter Gothic Std", "Orator Std", "Andale Mono";
font-size: 20px;
color: red;
}
#corps_accueil p .titre2
{
font-family: "Letter Gothic Std", "Orator Std", "Andale Mono";
font-size: 15px;
color: #847e80;
}
#corps_accueil p .switch
{
padding-left: 130px;
font-size: 8px;
}
#corps_logos
{
background-image: url("images/corpsBG.jpg");
background-repeat: no-repeat;
background-color: white;
position: absolute;
width: 580px;
height: 2000px;
padding: 0px;
margin: 0px;
margin-left: 120px;
margin-right: auto;
margin-top: auto;
margin-bottom: 0px;
}
#corps_logos p
{
padding-top: 30px;
padding-left: 90px;
padding-bottom: 50px;
}
#corps_logos a
{
text-decoration: none;
color: #838282;
}
#corps_logos a:hover
{
color: white;
background-color: red;
}
#corps_logos p .titre
{
font-family: "Letter Gothic Std", "Orator Std", "Andale Mono";
font-size: 20px;
color: #b0abad;
}
#corps_logos p .titre1
{
font-family: "Letter Gothic Std", "Orator Std", "Andale Mono";
font-size: 20px;
color: red;
}
#corps_logos p .titre2
{
font-family: "Letter Gothic Std", "Orator Std", "Andale Mono";
font-size: 15px;
color: #847e80;
}
#corps_logos p .switch
{
padding-left: 130px;
font-size: 8px;
}
#corps_print_charte
{
background-image: url("images/corpsBG.jpg");
background-repeat: no-repeat;
background-color: white;
position: absolute;
width: 580px;
height: 2000px;
padding: 0px;
margin: 0px;
margin-left: 120px;
margin-right: auto;
margin-top: auto;
margin-bottom: 0px;
}
#corps_print_charte p
{
padding-top: 30px;
padding-left: 90px;
padding-bottom: 50px;
}
#corps_print_charte a
{
text-decoration: none;
color: red;
}
#corps_print_charte a:hover
{
color: white;
background-color: red;
}
#corps_print_charte p .titre
{
font-family: "Letter Gothic Std", "Orator Std", "Andale Mono";
font-size: 20px;
color: #b0abad;
}
#corps_print_charte p .titre1
{
font-family: "Letter Gothic Std", "Orator Std", "Andale Mono";
font-size: 20px;
color: red;
}
#corps_print_charte p .titre2
{
font-family: "Letter Gothic Std", "Orator Std", "Andale Mono";
font-size: 15px;
color: #847e80;
}
#corps_print_charte p .switch
{
padding-left: 30px;
font-size: 15px;
color: #838282;
}
#corps_print_charte p .logo
{
font-size: 10px;
}
#pied_de_page
{
float: left;
width: 700px;
height: 50px;
margin-bottom: 50px;
background-color: white;
}
#pied_de_page p
{
text-align: center;
}
/* code popups*/
[code]
Modifié par prelude (25 Nov 2008 - 15:04)