bonjour,
j'ai repris le même menu horizontal qui a été donné sur alsacreation mais sur IE mon menu est en escalier, horizontal mais en escalier.
comment faire pour remédier à ca ? merci
mon code
Modifié par Sanctus (16 Jan 2009 - 18:00)
j'ai repris le même menu horizontal qui a été donné sur alsacreation mais sur IE mon menu est en escalier, horizontal mais en escalier.
comment faire pour remédier à ca ? merci
mon code
#header {
background:#0057A7 url(img/bg_top.jpg) repeat-x bottom;
height:155px;
width:800px;
margin-left: auto;
margin-right: auto;
}
#header .boxes li a{
width:120px;
display: inline ;
background: #c00 ;
color: #fff ;
font: 1em "Trebuchet MS",Arial,sans-serif ;
line-height: 2em ;
text-align: center ;
text-decoration: none ;
margin:0 3px 0 0;
padding: 0 0 0 22px;
float:right;
}
#header .boxes li a:hover, #header li a:focus, #header li a:active {
background: #033 right top no-repeat ;
}
Modifié par Sanctus (16 Jan 2009 - 18:00)