bosoir a tous
aprés plusieurs essai je décide de vous postez
j'ai cré un menu horizental et je veux ajouter des sous menu horizental a ce dernier et merci d'avance
mon code css
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
*{
	margin:0;
	padding:0;
}
#menu{
	width:500px;
	background:#e7474e;
	margin:0 auto;
	height:0px;
	color:#000;
}
.menu{
	float:left;
	width:100px;
	height:30px;
	text-align:center;
}
.menu a{
	display:block;
	height:15px;
	padding-top:2px;
}
.menu a:link, .menu a:visited{
	text-decoration:none; 
	color:#000; font-style:inherit
	font-family:verdana, sans-serif;
	font-size:12px;
	background:#abc url(fond.jpg) 0 -45px;
}
.menu#activ a:link, .menu#activ a:visited{
	background:#abc url(fond.jpg);
	color:#000;
}
.menu a:hover, .menu a:active, .menu a:focus{
	background:#abc url(fond.jpg) 0 -90px;
	color:#000;
}
.menu#activ a:hover, .menu #activ a:active, .menu#activ a:focus{
	background:#abc url(fond.jpg);
	color:#000;
}
et merci d'avance pour vous aide