Bonjour tout le monde,
J'ai essayé d'integrer un menu en accordeon dans mes pages. Sur Firefox le menu s'affiche convenablement mais sur IE l'affichage n'est pas bon. voici le lien :
http://www.meddeb.org/sarracard/test/sarracard.html
essayez le sur IE et vous allez voir le probleme. Je vous rappelle que j'utilise Jquery.
Merci d'avance
voici le code CSS :
<!-- ************* le code css du site en general *******************-->
body{
background:url(../images/arr_plan.gif);
}
.top-element{
background-image:url(../images/banner.jpg) ;
height:316px;
}
.container{
}
.menu{
background-image:url(../images/arr_plan_menu.gif);
}
.partenaire{
margin-left:15px;
}
.highlight{
background-image:url(../images/banner.jpg) ;
margin-left:20px;
}
.banner_droite{
background:url(../images/banner_droite.gif) no-repeat;
height:160px;
padding-bottom:10px;
}
.oneclic{
font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
text-decoration: none;
}
.oneclic:hover {
font-family: Arial, Helvetica, sans-serif;
color:#C7C7C7;
font-size:11px;
font-weight:bold;
text-decoration: none;
}
.content{
border:1px solid #666666;
margin-left:15px;
font-family: "Trebuchet MS", Helvetica, sans-serif, Verdana;
color:#000033;
font-size:14px;
text-decoration: none;
}
.banner_title{
padding-left: 10px;
font-family: "Trebuchet MS",Helvetica, sans-serif, Verdana;
font-weight:bold;
font-stretch:semi-condensed;
color:#FF9934;
font-size:14px;
text-decoration: none;
}
<!-- ************* le code css du menu *******************-->
.navigation {
margin: 0;
padding: 0;
background: #0661A7 url(../images/pointille.gif) repeat-x bottom;
list-style: none;
background: #217765;
color: #fff;
width: 182px;
margin-left:7px;
margin-bottom:0px;
font: 1.2em "Trebuchet MS", sans-serif;
}
.navigation a, .navigation span {
display: block;
padding: 4px 20px;
color: #fff;
text-decoration: none;
background: #0661A7 url(../images/btn.gif) left bottom no-repeat;
}
.navigation .toggleSubMenu a, .navigation .toggleSubMenu span {
background-image: url(../images/btn.gif);
}
.navigation .open a, .navigation .open span {
background-image: url(../images/btn.gif);
}
.navigation a:hover, .navigation a:focus, .navigation a:active {
text-decoration: underline;
}
.navigation .subMenu {
font-size: .8em;
background: #FF9934;
font-size: .9em;
margin: 0;
padding: 0;
border-bottom: 1px solid #666;
}
.subMenu li {
}
.navigation ul.subMenu a {
background: none;
padding: 3px 20px;
}
<!-- ************* le code css de l'animation des images *************-->
.pics {
height: 160px;
width: 160px;
margin-left:10px;
margin-top: 10px;
}
.pics img {
padding: 5px;
border: 1px solid #ccc;
background-color: #eee;
width: 160px;
height: 107px;
top: 0;
left: 0
}
J'ai essayé d'integrer un menu en accordeon dans mes pages. Sur Firefox le menu s'affiche convenablement mais sur IE l'affichage n'est pas bon. voici le lien :
http://www.meddeb.org/sarracard/test/sarracard.html
essayez le sur IE et vous allez voir le probleme. Je vous rappelle que j'utilise Jquery.
Merci d'avance
voici le code CSS :
<!-- ************* le code css du site en general *******************-->
body{
background:url(../images/arr_plan.gif);
}
.top-element{
background-image:url(../images/banner.jpg) ;
height:316px;
}
.container{
}
.menu{
background-image:url(../images/arr_plan_menu.gif);
}
.partenaire{
margin-left:15px;
}
.highlight{
background-image:url(../images/banner.jpg) ;
margin-left:20px;
}
.banner_droite{
background:url(../images/banner_droite.gif) no-repeat;
height:160px;
padding-bottom:10px;
}
.oneclic{
font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
text-decoration: none;
}
.oneclic:hover {
font-family: Arial, Helvetica, sans-serif;
color:#C7C7C7;
font-size:11px;
font-weight:bold;
text-decoration: none;
}
.content{
border:1px solid #666666;
margin-left:15px;
font-family: "Trebuchet MS", Helvetica, sans-serif, Verdana;
color:#000033;
font-size:14px;
text-decoration: none;
}
.banner_title{
padding-left: 10px;
font-family: "Trebuchet MS",Helvetica, sans-serif, Verdana;
font-weight:bold;
font-stretch:semi-condensed;
color:#FF9934;
font-size:14px;
text-decoration: none;
}
<!-- ************* le code css du menu *******************-->
.navigation {
margin: 0;
padding: 0;
background: #0661A7 url(../images/pointille.gif) repeat-x bottom;
list-style: none;
background: #217765;
color: #fff;
width: 182px;
margin-left:7px;
margin-bottom:0px;
font: 1.2em "Trebuchet MS", sans-serif;
}
.navigation a, .navigation span {
display: block;
padding: 4px 20px;
color: #fff;
text-decoration: none;
background: #0661A7 url(../images/btn.gif) left bottom no-repeat;
}
.navigation .toggleSubMenu a, .navigation .toggleSubMenu span {
background-image: url(../images/btn.gif);
}
.navigation .open a, .navigation .open span {
background-image: url(../images/btn.gif);
}
.navigation a:hover, .navigation a:focus, .navigation a:active {
text-decoration: underline;
}
.navigation .subMenu {
font-size: .8em;
background: #FF9934;
font-size: .9em;
margin: 0;
padding: 0;
border-bottom: 1px solid #666;
}
.subMenu li {
}
.navigation ul.subMenu a {
background: none;
padding: 3px 20px;
}
<!-- ************* le code css de l'animation des images *************-->
.pics {
height: 160px;
width: 160px;
margin-left:10px;
margin-top: 10px;
}
.pics img {
padding: 5px;
border: 1px solid #ccc;
background-color: #eee;
width: 160px;
height: 107px;
top: 0;
left: 0
}