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 :
voila, merci de votre aide
si vous voyez ce qui peut faire clocher
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 :
<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>
et dans la page pour le premier en haut a gauche par exemple :
<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>
voila, merci de votre aide
si vous voyez ce qui peut faire clocher