Quelle galère, je voudrais que ma page soit compatible pour internet explorer 7.0 et -, netscape et si possible firefox ! Je tatonne, je bidouille mais impossible !!! Pouvez-vous m'aider et m'expliquer en même temps !
Merci beaucoup de m'aider !!
Modifié par cpepette (28 Dec 2006 - 15:37)
Merci beaucoup de m'aider !!
[code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html smlns="http://www.W3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<title>PAC HANDBALL</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<style type="text/css">
#actu{
background: url('images/centre.gif') top center no-repeat;
margin-top:3em;}
#onglet {
margin:0;
padding: 0.1em 0.5em 0.1em 0;
height:3em;
list-style-type:none;
text-align:left;
color:black;
font-family:"Trebuchet MS","Century Gothic", Arial;
font-size:122%;
font-weight:bold;
letter-spacing:-1px;
text-indent:1em;
text-align:center;
background: url('images/onglet.gif') bottom center no-repeat;
}
#onglet li{
display: inline;
margin:0 36px;
}
#onglet a {
color: black;
text-decoration: none;
}
#centre{
margin-left:10em;}
#header{
height:120px;
background: white url('images/head1.gif') top left no-repeat;
}
#header img{
float:left;
margin:20px 0 0 0;
}
body {
margin:0;
padding:0;
background:white;
color:#3D9B46;
font-size:80%;
font-family:"Trebuchet MS", Arial;
background: url('images/centre.gif') bottom right no-repeat;
}
#menu_haut {
margin: 0;
padding: 0em 0em 0em 0em;
list-style-type:none;
background-color:black;
text-align:right;
color:white;
font-family:"Trebuchet MS", Arial;
font-size:97%;
font-weight:bold;
text-indent:1em;
}
#menu_haut li{
display: inline;
}
#menu_haut a {
color: white;
text-decoration: none;
}
#menu_haut a:hover {
text-decoration:underline;
}
#menu{
float:left;
width:15em;
height:25em;
padding: 1em 0 8em 0;
margin: 0px;
background: url('images/menu.gif') top left no-repeat;
}
#menu ul{
list-style-type:none;
padding: 0;
margin:1em 1em 0 1em;
}
#menu li a {
display: block;
text-align:center;
text-decoration: none;
height:2em;
line-height: 1em;
color:white;
font-weight:bold;
font-size: 117%;
font-family:"Trebuchet MS", Arial;
}
#menu li a:hover{
color:white;
}
#menu img{
margin:3em 0 0 3em;
}
</style>
</head>
<body>
<div id="header">
</div>
<ul id="menu_haut">
<li><a href="http://pachandball.actifforum.com/">FORUM</a> -</li>
<li><a href="http://www.i-services.net/membres/livredor/livredor.php?user=83848">LIVRE D'OR</a> -</li>
<li><a href="liens.html">LIENS</a> -</li>
<li><a href="contact.html">CONTACT</a> -</li>
<li><a href="contact.html">ACCES SALLE</a> </li>
</ul>
<div id="menu">
<ul>
<li><a href="actualite.html">ACTUALITE</a></li>
<li><a href="convocations.html">CONVOCATIONS</a></li>
<li><a href="secteurs_activites.html">VIE DU CLUB</a></li>
<li><a href="equipes.html">EQUIPES</a></li>
<li><a href="resultats.html">RESULTATS</a></li>
<li><a href="historique.html">HISTORIQUE</a></li>
<li><a href="sponsors.html">SPONSORS</a></li>
</ul>
<img src="images/mediatic.gif" /></div>
<div id="centre">
<ul id="onglet">
<li>ACTUALITE</li>
<li><a href="http://pachandball.actifforum.com/">RESUME PAR JEAN-RENE</a></li>
<li><a href="http://www.i-services.net/membres/livredor/livredor.php?user=83848">ANIMATIONS TOUSSAINT</a></li>
</div>
<div id="actu">
</div></div>
</body>
</html>
Modifié par cpepette (28 Dec 2006 - 15:37)