Bonjour,
J'ai les éléments de mes menu qui se décale,
ca le fait pas tout le temps, mais assez souvent surtout quand on clic dans les menus
voila le site pour voir :
http://www.soma-creation.eu
voila le code correspondant au menu,
le css :
et dans la page pour le premier en haut a gauche par exemple :
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61 <style type="text/css" media="screen"> <!-- body { margin: 0; padding: 0; background: white; font: 12px verdana, arial, sans-serif; color:#999999 } dl, dt, dd, ul, li { margin: 0; padding: 0; list-style-type: none; } #menu { /* placement du menu, à modifier selon vos besoins */ top: 0; left: 0; } #menu { width: 192px; } #menu dt { cursor: pointer; margin: 0; height: 15px; line-height: 15px; text-align: center; font-weight: bold; border: 0 none; background: #E5E5E5; } #menu dd { border: 0 none; } #menu li { text-align: left; background: #FFFFFF; } #menu li a, #menu dt a { color: #A7A8AB; text-decoration: none; display: block; border: 0 none; line-height: 15px; height: 15px; margin-top: 2px; margin-bottom: 2px; font: 10px verdana, arial, sans-serif; } #menu li a:hover, #menu dt a:hover { background: #A7A8AB; color: #FFFFFF; font-weight: bold; } --> </style>
voila, merci de votre aide
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58 <dl id="menu"> <dt> <div align="left"><table width="140" border="0" align="center" cellpadding="0" cellspacing="0"> <tr><td>FORMULES</td></tr></table></div> </dt> <dd> <ul> <li><a href="index.php?page=classique"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="60"> </td> <td width="130">CLASSIQUE</td> </tr></table></a></li> <li><a href="index.php?page=tonique"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="60"> </td> <td width="130">TONIQUE</td> </tr></table></a></li> <li><a href="index.php?page=dynamique"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="60"> </td> <td width="130">DYNAMIQUE</td> </tr></table></a></li> <li><a href="index.php?page=devis"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="60"> </td> <td width="130">DEVIS EN LIGNE</td> </tr></table></a></li> </ul> </dd> <dt> <div align="left"><table width="140" border="0" align="center" cellpadding="0" cellspacing="0"> <tr><td>REALISATIONS</td></tr></table></div> </dt> <dd> <ul> <li><a href="index.php?page=exempleclassique"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="60"> </td> <td width="130">FORMULE CLASSIQUE</td> </tr></table></a></li> <li><a href="index.php?page=exempletonique"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="60"> </td> <td width="130">FORMULE TONIQUE</td> </tr></table></a></li> <li><a href="index.php?page=exempledynamique"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="60"> </td> <td width="130">FORMULE DYNAMIQUE</td> </tr></table></a></li> </ul> </dd> </dl>
si vous voyez ce qui peut faire clocher![]()
Partager