Bonjour :
je suis débutant et j'aimerai ajouté un menu déroulant sur mon site
http://www.premiumorange.com/bazarduweb/
j'aimerai que lorsque on passe la souris(ou en cliquant dessus)
sur gallery un sous menu de quatre lien
se déroule dessous .
je trouve pas a chaque foi ces la pagaille dans le style général de la page , la taille n'ai pas la bonne. j'en ais ras le bol. un coup de main serai vraiment le bien venu .
je joins le code css
merci.
Modifié par yelo (26 Jan 2007 - 15:01)
je suis débutant et j'aimerai ajouté un menu déroulant sur mon site
http://www.premiumorange.com/bazarduweb/
j'aimerai que lorsque on passe la souris(ou en cliquant dessus)
sur gallery un sous menu de quatre lien
se déroule dessous .
je trouve pas a chaque foi ces la pagaille dans le style général de la page , la taille n'ai pas la bonne. j'en ais ras le bol. un coup de main serai vraiment le bien venu .
je joins le code css
merci.
body {
margin : 0 ;
padding : 0 ;
text-align : center;
background : #6482A6 url(images_site/bg_all.gif) repeat-x;
font-family : arial;
font-size : 12px;
color : #000000}
#content {
position : relative;
width : 857px;
background : transparent;
margin-left : auto;
margin-right : auto;
text-align : center;
}
#haut {
border-top : 1px solid #E3FF78;
width : 100%;
height : 303px ;
background : url(images_site/haut.gif) no-repeat;
margin-left : auto;
margin-right : auto;
text-align : left; }
.img_haut {
background : url(images_site/expo.gif) no-repeat;
width : 558px;
height : 206px;
margin : 80px 0 0 200px}
#centre {
width : 100%;
background : url(images_site/centre.gif);
margin-left : auto;
margin-right : auto;
padding-bottom : 0;
text-align : left }
#bas{
width : 100%;
height : 151px ;
background : transparent url(images_site/bas.gif);
margin-left : auto;
margin-right : auto }
#menu {
position : absolute ;
left : 0px ;
top : 26px ;
text-align : left;
background : url(images_site/menuhaut.gif) top left no-repeat;
}
#menu ul{
width : 202px ;
height : 275px;
list-style: none;
margin : 5px 0 0 0;
padding : 25px 0 0 29px;
text-transform : uppercase;
}
#menu li{
margin :0 ;
padding : 0 ;
list-style: none;
line-height : 30px;
text-align : left;
text-indent : 5px }
#menu li a {
background : transparent url(images_site/bg_menu.gif) bottom no-repeat;
width: 150px;
display: block;
height : 30px;
text-decoration: none;
margin : 0;
padding : 0;
list-style: none;
color : #FFF }
#menu li a:hover {
background : transparent url(images_site/bg_menu_ov.gif) bottom no-repeat;
height : 30px;
}
.corect_bug_galery {
width: 100%;
height: 145px;
background : #CBFF00 url(images_site/bgbugmenu.jpg)}
dl.gallery
{
background : #6B82AD;
width: 167px;
text-align: center;
float: left;
margin : 0;
padding : 0;
color : #fff;
}
.gallery dt { }
.gallery dt img
{
width: 167px;
height: 124px;
border : none;
}
.gallery dd
{
font-weight: bold;
text-transform : uppercase;
margin: 0;
padding: 0 0 4px 0;
background : #6B82AD;
color : #fff
}
.gallery dd a
{
color : #fff ; text-decoration : none;
}
.gallery dd a:hover
{
color : #fff ; text-decoration : underline;
}
#pub{
position : absolute;
bottom : 36px !important;
bottom : 35px ;
right : 2px !important;
right : 1px;
width : 224px;
height : 403px;
background : transparent url(images_site/menubrun.gif) top left no-repeat;
color : #fff;
text-align : left;
}
.text_pub {
overflow : auto;
width : 174px;
height : 360px;
margin : 20px 0 0 25px;
padding : 0;
background : transparent; }
.text_pub p{
padding : 0 10px 0 10px;
}
.text_pub a{
color : #fff ; text-decoration : underline
}
.text_pub a:hover{
color : #ffa500; text-decoration : underline
}
.text_pub .top {padding-top : 20px; text-transform : uppercase; font-weight : bold}
#bloc_centre{
width : 670px;
padding-bottom : 30px;
background : #fff;
margin-left : 88px !important;
margin-left : 88px ;
text-align : left;}
h1 {
margin : 0 ;
padding :10px 0 0 15px ;
font-size : 24px ;
clear : left }
h1 a{
color : #373737; text-decoration : none }
p {margin : 0 ; padding : 0 0 0 15px ; }
.spacer {clear : both ; height : 13px}
.para_court {width : 70% ; padding : 5px 0 0 0 ; margin : 0 25px 0 20px ; }
a {color :#8b4513 ; text-decoration : underline}
a:hover {color : #000 ; text-decoration : underline}
.content_img {
background-color: #fff;
width: 141px ;
text-align: left;
padding: 10px 10px 0 12px ;
float: left;}
.google {width : 468px; height : 60px; background : #fff ; margin : 10px 10px 0 100px }
h2 {margin : 0 ; padding : 0 ; font-size : 16px ; clear : left ; color : #373737 }
.speed {
float : left ;
width : 150px ;
margin : 10px 0 0 15px !important ;
margin : 10px 0 0 10px ;
padding : 0 ;
list-style : none}
.poussetop {margin-top : 10px}
.poussetop2 {margin-top : 5px}
.signature {height : 40px ; margin : 0 ; padding : 0 ; line-height : 40px ;}
Modifié par yelo (26 Jan 2007 - 15:01)