Bonjour,
Mon site tclyrois.free.fr est fonctionnel avec Mozilla et safari mais impossible de le voir sur IE, seul la couleur du fond ce charge, je ne vois pas ce qui coince.
De plus sous Dreamweaver, idem, je vois mes cases, mais pas à la bonne taille et sans les images, par contre avec bluegriffon aucun souci.
Voici mon code HTML :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Site du TC Lyrois (EURE - 27)</title>
<meta name="Keywords" content="tennis club, club de tennis, cours de tennis, lyre, eure, conches, 27">
<meta name="Robots" content="index, follow, all">
<link rel="stylesheet" type="text/css" href="style_div.css">
<link rel="shortcut icon" href="pictures/favicon.ico">
</head>
<body>
<table class="entete" align="center">
</table>
<table class="corps" align="center">
</table>
<table class="pieds" align="center">
</table>
</body>
</html>
et le code CSS :
body {background-color:#852D39;
font-family: Arial;
font-size: 11px;
}
.entete {background-color: #ffffff; background-image: url(pictures/banniere_haut.jpg);
background-position: center center;
background-repeat: no-repeat;
width : 910px; height : 210px; }
.corps {background-color: #ffffff; background-image: url(pictures/construction.jpg);
background-position: center center;
background-repeat: no-repeat;
width : 910px; height : 685px; }
.pieds {background-color: #ffffff; background-image: url(pictures/banniere_bas.jpg) ;
background-position: center center;
background-repeat: no-repeat;
width : 910px; height : 70px; }
Mon site tclyrois.free.fr est fonctionnel avec Mozilla et safari mais impossible de le voir sur IE, seul la couleur du fond ce charge, je ne vois pas ce qui coince.
De plus sous Dreamweaver, idem, je vois mes cases, mais pas à la bonne taille et sans les images, par contre avec bluegriffon aucun souci.
Voici mon code HTML :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Site du TC Lyrois (EURE - 27)</title>
<meta name="Keywords" content="tennis club, club de tennis, cours de tennis, lyre, eure, conches, 27">
<meta name="Robots" content="index, follow, all">
<link rel="stylesheet" type="text/css" href="style_div.css">
<link rel="shortcut icon" href="pictures/favicon.ico">
</head>
<body>
<table class="entete" align="center">
</table>
<table class="corps" align="center">
</table>
<table class="pieds" align="center">
</table>
</body>
</html>
et le code CSS :
body {background-color:#852D39;
font-family: Arial;
font-size: 11px;
}
.entete {background-color: #ffffff; background-image: url(pictures/banniere_haut.jpg);
background-position: center center;
background-repeat: no-repeat;
width : 910px; height : 210px; }
.corps {background-color: #ffffff; background-image: url(pictures/construction.jpg);
background-position: center center;
background-repeat: no-repeat;
width : 910px; height : 685px; }
.pieds {background-color: #ffffff; background-image: url(pictures/banniere_bas.jpg) ;
background-position: center center;
background-repeat: no-repeat;
width : 910px; height : 70px; }