18041 sujets
Questions générales et questions de débutants
@ hchtot : voila mon code:
<div id="menu">
<ul>
<li class="page_en_cours"><a href="#">Présentation</a></li>
<li><a href="equipement.html">Equipement</a>
<ul>
<li><a href="delaval.html">DeLaval</a></li>
<li><a href="acemo.html">Acemo</a></li>
<li><a href="crd.html">CRD</a></li>
<li><a href="accessoires.html">Accessoires</a></li>
</ul>
</li>
<li><a href="maintenance.html">Maintenance</a></li>
<li><a href="news.html">News</a></li>
<li><a href="flashback.html">FlashBack</a></li>
<li><a href="contacts.html">Contacts</a></li>
</ul>
</div>
styles:
#menu ul {
margin: 0;
list-style: none;
padding-right: 25px;
width: 1000px;
}
#menu li {
float: left;
margin-left: 0px;
list-style: none;
margin-top: 27px;
}
#menu a {
display: block;
width: 100px;
height: 28px;
padding-top: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
text-align: center;
font-size: 15px;
font-weight: normal;
color: #FFFFFF;
background-image: url(images/fond_onglets.jpg);
background-repeat: repeat-x;
background-position: left top;
margin-right: 10px;
text-decoration: none;
}
#menu .page_en_cours a {
background-image: url(images/blanc_onglets.jpg);
color: #463423;
}
#menu li ul
{
position: absolute;
width: 100px;
left: -999em;
padding: 0px;
}
#menu li ul li
{
margin-top: 0px;
}
#menu li ul a
{
margin: 0px;
background-image: url(images/fond_sous_liste.png);
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #463423;
background-repeat: repeat;
color: #463423;
}
#menu .page_en_cours ul a
{
margin: 0px;
background-image: url(images/fond_sous_liste.png);
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #463423;
background-repeat: repeat;
color: #463423;
}
#menu li ul ul
{
margin : -22px 0 0 144px ;
}
@ Victor BRITO : c'est la version IE for mac 5.2
<div id="menu">
<ul>
<li class="page_en_cours"><a href="#">Présentation</a></li>
<li><a href="equipement.html">Equipement</a>
<ul>
<li><a href="delaval.html">DeLaval</a></li>
<li><a href="acemo.html">Acemo</a></li>
<li><a href="crd.html">CRD</a></li>
<li><a href="accessoires.html">Accessoires</a></li>
</ul>
</li>
<li><a href="maintenance.html">Maintenance</a></li>
<li><a href="news.html">News</a></li>
<li><a href="flashback.html">FlashBack</a></li>
<li><a href="contacts.html">Contacts</a></li>
</ul>
</div>
styles:
#menu ul {
margin: 0;
list-style: none;
padding-right: 25px;
width: 1000px;
}
#menu li {
float: left;
margin-left: 0px;
list-style: none;
margin-top: 27px;
}
#menu a {
display: block;
width: 100px;
height: 28px;
padding-top: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
text-align: center;
font-size: 15px;
font-weight: normal;
color: #FFFFFF;
background-image: url(images/fond_onglets.jpg);
background-repeat: repeat-x;
background-position: left top;
margin-right: 10px;
text-decoration: none;
}
#menu .page_en_cours a {
background-image: url(images/blanc_onglets.jpg);
color: #463423;
}
#menu li ul
{
position: absolute;
width: 100px;
left: -999em;
padding: 0px;
}
#menu li ul li
{
margin-top: 0px;
}
#menu li ul a
{
margin: 0px;
background-image: url(images/fond_sous_liste.png);
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #463423;
background-repeat: repeat;
color: #463423;
}
#menu .page_en_cours ul a
{
margin: 0px;
background-image: url(images/fond_sous_liste.png);
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #463423;
background-repeat: repeat;
color: #463423;
}
#menu li ul ul
{
margin : -22px 0 0 144px ;
}
@ Victor BRITO : c'est la version IE for mac 5.2