Tout d'abord j'espère ne pas faire de doublon sur ce post, mais à priori sa devrai être bon. J'ai réalisé un site comportant un sous menu horizontal sur une ligne à partir du Tutorial d'Alsacréation et ce dernier s'affiche très bien sous Firefox mais sous ie, c'est le drame ... Après plusieurs relecture du code j'ai capitulé et je n'arrive pas à trouver le problème, merci de votre aide.
Le site en question : Lien
Le code CSS relatif au problème
Modifié par RzL (12 Apr 2007 - 11:46)
Le site en question : Lien
Le code CSS relatif au problème
body
{
margin: 10px 0 ;
text-align: center ;
font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
background: #fbd781 ;
}
#conteneur
{
width:750px;
margin: 0 auto;
text-align: left ;
border: 2px solid #f8b535 ;
background: #fff ;
}
/*//////////HEADER//////////*/
h1#header
{
height:260px;
background: url(images/GymBan3.png) no-repeat left top;
margin: 0 ;
}
h1#header a
{
position: relative ;
left: 520px ;
top: 20px ;
text-decoration: none;
color: #f8b535;
}
h1#header a:hover
{
color: #fbd781;
}
/*//////////MENU PRINCIPAL//////////*/
#menu dl
{
float: left ;
}
dl,li
{
margin: 0 0 0 0;
padding: 0;
list-style-type: none;
}
#menu dt
{
text-align: center ;
height: 25px;
margin: 0 ;
padding: 0 ;
background: url(images/bg_bouton.jpg) repeat-x ;
}
#menu dt a
{
width: 148px ;
line-height: 25px ;
font-size: 1.2em ;
font-weight: bold ;
letter-spacing: 2px ;
color: #000000 ;
display: block ;
text-decoration: none ;
border-right: 2px solid #000000 ;
}
#menu dt a:hover
{
background-color: #fff;
}
/*//////////SOUS MENUS//////////*/
#smenu1, #smenu2, #smenu3, #smenu4 {
position: absolute;
text-align: center ;
height: 25px;
margin: 0 ;
padding-top: 2px ;
}
#menu li {
display: inline;
}
#menu li a
{
color: #f8b535;
width: 130px ;
line-height: 25px ;
font-size: 1.2em ;
font-weight: bold ;
letter-spacing: 2px ;
color: #000000 ;
text-decoration: none ;
margin-right: 10px;
}
#menu li a:hover
{
color: #f8b535;
}
Modifié par RzL (12 Apr 2007 - 11:46)