Bonjour,
il parait quele css est simple j'essaye de créer un petit désign avec quelque div et cela fais déjà quelque jour que je suis sur ma première page.
voilà mon problème en haut de ma page j'ai coté gauche le logo et l'entete, en dessous j'ai un flanc gauche et puis la page juste a coté.
j'essaye de faire une interface de connection et un moteur de recherche dans ma div gauche mais tout ce décale.
quelq'un peut il me donner un petit tuyau.
#logo {float :left; height:20%; width:20%; background-color: blue;border-style:solid;}
#entete {float:right; height:20%; width:78%;margin-left:3px; background-color:green;border-style:solid;float:right;}
#gauche {height:59%; width:20%;margin-top:3px; border-style:solid;float:left; background-image:url(images/fond2.jpeg);}
#menu {width:78%; margin-top:2px;margin-left:3px; background-color:orange;border-style:solid;float:right;}
#menu ul { margin-bottom:2%;width: 100%;}
#menu ul li {float: left;display: block;}
#menu ul li a {display: block; border-style: solid; border-width: 1px; padding: 0.5em; margin-right: 0.0em; background-color: yellow; text-decoration: none;}
#menu a {color: blue;}
#menu a:hover {background-image:url(images/fond.jpeg);}
#menu a:active {background-color: red;border-bottom:hidden;}
#log {position :relative; font size:0.3em; font-family:"comic sans ms";}
#M_Recherche {position:relative;}
#M_Recherche input {position:relative; border-style:solid; background-color:geen;border-color:green; margin-left:5%; margin-right:2%;}
#page { height:46%; width: 78%;margin-top:1px; background-color:red;border-style:solid;float:right;}
#pied {height:20%; width:100%; margin-top:1px; background-color:pink;border-style:solid;float:left;}[code]
Modifié par burinho (30 Jul 2006 - 21:38)
il parait quele css est simple j'essaye de créer un petit désign avec quelque div et cela fais déjà quelque jour que je suis sur ma première page.
voilà mon problème en haut de ma page j'ai coté gauche le logo et l'entete, en dessous j'ai un flanc gauche et puis la page juste a coté.
j'essaye de faire une interface de connection et un moteur de recherche dans ma div gauche mais tout ce décale.
quelq'un peut il me donner un petit tuyau.
#logo {float :left; height:20%; width:20%; background-color: blue;border-style:solid;}
#entete {float:right; height:20%; width:78%;margin-left:3px; background-color:green;border-style:solid;float:right;}
#gauche {height:59%; width:20%;margin-top:3px; border-style:solid;float:left; background-image:url(images/fond2.jpeg);}
#menu {width:78%; margin-top:2px;margin-left:3px; background-color:orange;border-style:solid;float:right;}
#menu ul { margin-bottom:2%;width: 100%;}
#menu ul li {float: left;display: block;}
#menu ul li a {display: block; border-style: solid; border-width: 1px; padding: 0.5em; margin-right: 0.0em; background-color: yellow; text-decoration: none;}
#menu a {color: blue;}
#menu a:hover {background-image:url(images/fond.jpeg);}
#menu a:active {background-color: red;border-bottom:hidden;}
#log {position :relative; font size:0.3em; font-family:"comic sans ms";}
#M_Recherche {position:relative;}
#M_Recherche input {position:relative; border-style:solid; background-color:geen;border-color:green; margin-left:5%; margin-right:2%;}
#page { height:46%; width: 78%;margin-top:1px; background-color:red;border-style:solid;float:right;}
#pied {height:20%; width:100%; margin-top:1px; background-color:pink;border-style:solid;float:left;}[code]
Modifié par burinho (30 Jul 2006 - 21:38)