Bonjour a tous,
Je suis en ce moment en train de m'entrainer a faire des decoupes et prog de webdesign. J'ai donc codé un design, et tiou fonctionne parfaitement sous IE...
voila l'adresse : ici
et le css :
seulement, si vous allez voir avec firefox, ben... ca ne marche pas du tout!
Donc si quelqu'un pouvait m'eclairer...
Je précise que le design n'est pas de moi, et que je l'ai emrunté a son auteur pour m'entrainer. d'ailleurs, une fois le probleme résolu, je supprimerais ces pages du web.
Je suis en ce moment en train de m'entrainer a faire des decoupes et prog de webdesign. J'ai donc codé un design, et tiou fonctionne parfaitement sous IE...
voila l'adresse : ici
et le css :
body {
background: #e5e5e5;
width: 800px;
margin: auto;
padding: 0px;
font-family: Verdana, Arial, Serif, Times;
font-size: 10px;
}
#header {
background-image: url("images/header.png");
margin: 0px;
width: 800px;
height: 130px;
background-repeat: no-repeat;
float: left;
}
#corps {
background-image: url(images/fond.png);
background-repeat: repeat-y;
height: auto;
width: 800px;
}
#menugauche {
width: 136px;
float: left;
margin-top: 15px;
padding: 0px;
margin-left: 37px;
margin-right: 17px;
display: inline;
}
#menudroite {
width: 136px;
margin-top: 15px;
padding: 0px;
margin-right: 37px;
margin-left: 17px;
}
#graphX_nom {
width: 136px;
height: 23px;
background-image: url(images/GraphX_nom.png);
background-repeat: no-repeat;
margin-bottom: 3px;
}
#services_nom {
background-image: url(images/services_nom.png);
width: 136px;
height: 23px;
background-repeat: no-repeat;
margin-bottom: 3px;
}
#outils_nom {
background-image: url(images/outils_nom.png);
width: 136px;
height: 23px;
background-repeat: no-repeat;
margin-bottom: 3px;
}
#ressources_nom {
background-image: url(images/ressources.png);
width: 136px;
height: 23px;
background-repeat: no-repeat;
margin-bottom: 3px;
}
#tutoriaux_nom {
background-image: url(images/tutoriaux.png);
width: 136px;
height: 23px;
background-repeat: no-repeat;
margin-bottom: 3px;
}
#partenaires_nom {
background-image: url(images/partenaires.png);
width: 136px;
height: 23px;
background-repeat: no-repeat;
margin-bottom: 3px;
}
#contenu {
margin-top: 15px;
float: left;
}
#texte {
background-color: #FFFFFF;
border: 1px solid #000000;
width: 420px;
}
#titre {
text-align: center;
width: 422px;
height: 23px;
padding: 4px;
background-image: url(images/titre.png);
background-repeat: no-repeat;
vertical-align: middle;
font-weight: bold;
}
.menu_contenu {
background-color: #FFFFFF;
border: 1px solid #000000;
margin-bottom: 3px;
padding: 3px;
}
a:hover {
font-weight: bold;
text-decoration: none;
}
a, a:visited, a:active {
text-decoration: underline;
color: #000000;
}
p {
margin: 5px;
}
seulement, si vous allez voir avec firefox, ben... ca ne marche pas du tout!
Donc si quelqu'un pouvait m'eclairer...
Je précise que le design n'est pas de moi, et que je l'ai emrunté a son auteur pour m'entrainer. d'ailleurs, une fois le probleme résolu, je supprimerais ces pages du web.