sous menu Css ok sous firefox. Pb sous ie

sous menu Css ok sous firefox. Pb sous ie - HTML/CSS - Programmation

Marsh Posté le 07-09-2007 à 00:16:32    

bonsoir,
 
j'ai fait un menu avec un sous menu en css. tout marche nikel sous firefox mais pas sous ie. le sous menu refuse de s'afficher je trouve pas pourquoi. uene petite idée ??  voici le css :  
 
body {
background-color:#000000;
margin:0px;
padding:0px;
position:fixed;
font: 0.8em Verdana, sans-serif;
}
 
 
/*------- Menu --------------*/
ul#menu {
background-color:transparent;
color:#FFFFFF;
list-style-type:none;
position:fixed;
padding-left:175px !important;
padding-left:0px;
}
 
ul#menu li {
padding-top:25px !important;
padding-top:36px;
padding-left:0px;
float:left;
}
 
ul#menu a {
float: left;
margin: 0 10px;
padding: 1px 2px;
text-align: center;
 
text-decoration: none;
color: #000000;
background: #FF9900;
}
 
ul#menu a:hover {
background: #000000;
color:#FFFFFF;
}
 
 
/*-------- Sous Menu -------------*/
#menu .sousMenu
{
 display:none;
background-color:transparent;
float:left;
position:fixed;
 list-style-type:none;
 margin:0px;
 padding-top:0px;
 border:0px;
}
#menu .sousMenu li
{
background-color:transparent;
 float:left;
 margin: 0;
 border: 0;
 color:#0033FF;
 
}
 
#menu li:hover > .sousMenu { display: block; }
 
ul#menu .sousMenu a {
float:left;
margin: 0 10px;
padding: 1px 2px;
text-align:center;
 
text-decoration:none;
color:#000000;
background:#cc3333;
}
 
ul#menu .sousMenu a:hover {
background: #000000;
color:#FFFFFF;
}
 
 
 
merci ca fait 4 heure que je tourne en rond...

Reply

Marsh Posté le 07-09-2007 à 00:16:32   

Reply

Marsh Posté le 07-09-2007 à 06:06:23    

le :hover n'existe pas sous IE tout s'implement
 
 

Reply

Marsh Posté le 07-09-2007 à 08:12:47    

euh.. je fait comment ?

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed