Je suis présentement en train de monter un site web en (html/css)
Mon problème est que quand j'ajoute une image ou du texte dans mes codes et que je modifie leur emplacement dans ma page, les boutons que j'ai déja créer ce modifie aussi.
Je suis au courant que j'ai surement fait un erreur dans la division des balises mais je ne sais pas ou :S. ( mon nouvel élément étant #contenu_t)
Merci de bien vouloir m'aider
body {
color:black;
background-color:#1c6fb1;
background:url(theme/background.jpg) no-repeat;
}
#conteneur{
width:1400px;
margin:0 0 0 700px;
text-align:center;
}
#menu {
height:0
}
#menu ul li{
list-style:none;
float:left;
padding:0;
margin:0 0 0 0;
}
#menu ul li a{
height:130px;
width:49px
font-size:14px;
text-decoration:none;
text-align:center;
display:block;
background:url(theme/boutongauche.jpg) no-repeat;
line-height:35px;
color:#767676;
}
#menu ul li a.gauche{
background-image:url(theme/boutongauche.jpg) no-repeat;
width:130px
}
#menu ul li a.milieu{
background-image:url(theme/boutonmilieu.jpg);
width:130px
}
#menu ul li a.droite{
background-image:url(theme/boutondroite.jpg);
width:135px
}
#contenu_t{
background:url(theme/contenu_t.jpg) no-repeat;
padding:0 90px;
margin:240px 0 0 240px;
}
