dagena
205Messages postés
15 janvier 2008Date d'inscription
31 mars 2012Dernière intervention
19 juin 2009 à 23:54
bonjour, merci pour ta réponse je crée un site avec oxatis donc peut tu me dire ou je mets ce code:
/* HORIZONTAL MENU >> menu block - Boîte menu*/
#headermenu {
position: absolute;
top: 258px;
left: 0px;
width: 980px;
padding: 0px;
overflow: visible;
background-image: url(/files/26711/menu.jpg);
border-bottom: 2px solid #000D75;
height: 63px;
}
/* HORIZONTAL MENU >> menu items layout configuration - Configuration de la mise en page des éléments*/
ul#hmenu {
float: right;
margin: 0px;
list-style-position: outside;
list-style-type: none;
padding: 0px;
}
#hmenu li {
position:relative; /* Necessary for submenu positioning */
float: left;/* only left to keep menu items in the correct order*/
}
/* HORIZONTAL MENU >> Link styles - Mise en forme des liens*/
#hmenu a.menu, #hmenu span {
display: block;
color: #FFF;
_width: 1px;
white-space: nowrap;
padding-top: 18px;
padding-right: 62px;
padding-bottom: 7px;
padding-left: 10px;
text-decoration:none;
}
/* HORIZONTAL MENU >> mouseover links styles - Elément survolé*/
#hmenu li a:hover {
}
#hmenu a.menu:hover, #hmenu a.subactive {
text-decoration:none;
background-color: #525AA2;
}
/* HORIZONTAL MENU >> - text styles - Mise en form des Textes*/
#hmenu span {
Je pense ICI:
/* HORIZONTAL MENU >> mouseover links styles - Elément survolé*/
#hmenu li a:hover {
}
#hmenu a.menu:hover, #hmenu a.subactive {
text-decoration:none;
background-color: #525AA2;
}
Merci d'avance