Bonjour,
J'ai intégré mon menu en css du site suivant: http://www.mezaweb.info/ (mon futur portfolio)
Mon petit problème: Si vous cliquez sur un lien du menu sous FF, une page 404 s'affiche, faite précédent et maintenant vous voyez que la zone de sélection (actif sur la rubrique cliqué: pointillés noirs) s'étend jusqu'au bout à gauche de la page... Uniquement sous FF...
Cela vient de ma propriété text-indent:-9000px; appliqué sur les ul de mon menu.
Quelqu'un aurait une solution pour éviter cela??? Merci à vous!! [biggrin
Voici le code css complet:
J'ai intégré mon menu en css du site suivant: http://www.mezaweb.info/ (mon futur portfolio)
Mon petit problème: Si vous cliquez sur un lien du menu sous FF, une page 404 s'affiche, faite précédent et maintenant vous voyez que la zone de sélection (actif sur la rubrique cliqué: pointillés noirs) s'étend jusqu'au bout à gauche de la page... Uniquement sous FF...
Cela vient de ma propriété text-indent:-9000px; appliqué sur les ul de mon menu.
Quelqu'un aurait une solution pour éviter cela??? Merci à vous!! [biggrin
Voici le code css complet:
body{
background-image:url(../images/philippe_metzger_fond.jpg);
background-repeat:repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#conteneur{
width:788px;
height:487px;
margin: 0 auto;
}
#gauche{
height:342px;
width:183px;
background-color:#d4d3d3;
float:left;
background-image:url(../images/philippe_metzger_left_1.jpg);
background-position:left;
background-repeat:no-repeat;
}
#centre{
height:342px;
width:605px;
float:right;
background-color:#ebebeb;
background-image:url(../images/philippe_metzger_left_2.jpg);
background-position:left;
background-repeat:no-repeat;
}
#menu{
padding-left:22px;
padding-top:20px;
}
#texte{
padding-left: 27px;
padding-top:10px;
padding-right:10px;
}
#top_texte{
padding-left: 27px;
height:15px;
padding-top:5px;
font-weight:bold;
}
#langue{
padding-left:370px;
padding-right:5px;
}
#langue2{
padding-left:5px;
padding-right:5px;
}
#menu1{
margin:0px;
padding:0px;
}
#menu1 li a, #menu1 li a:hover{
display: block;
border: 0px;
text-decoration: none;
}
ul#menu1{
list-style-type:none;
/*text-indent:-9000px;*/
display: block;
margin:8px;
}
#m_identite{
background-image:url(../images/boutons/carte_identite_off.jpg);
height:25px;
width:106px;
background-repeat:no-repeat;
}
#m_identite a:hover{
background-image:url(../images/boutons/carte_identite_on.jpg);
height:25px;
width:106px;
background-repeat:no-repeat;
}
#m_formation{
background-image:url(../images/boutons/formation_off.jpg);
height:25px;
width:106px;
background-repeat:no-repeat;
}
#m_formation a:hover{
background-image:url(../images/boutons/formation_on.jpg);
height:25px;
width:106px;
background-repeat:no-repeat;
}
#m_experience{
background-image:url(../images/boutons/experience_off.jpg);
height:25px;
width:106px;
background-repeat:no-repeat;
}
#m_experience a:hover{
background-image:url(../images/boutons/experience_on.jpg);
height:25px;
width:106px;
background-repeat:no-repeat;
}
#m_derriere{
background-image:url(../images/boutons/derriere_off.jpg);
height:25px;
width:106px;
background-repeat:no-repeat;
}
#m_derriere a:hover{
background-image:url(../images/boutons/derriere_on.jpg);
height:25px;
width:106px;
background-repeat:no-repeat;
}
#m_sites_web{
background-image:url(../images/boutons/philippe_metzger_web_off.jpg);
height:25px;
width:106px;
background-repeat:no-repeat;
}
#m_sites_web a:hover{
background-image:url(../images/boutons/philippe_metzger_web_on.jpg);
height:25px;
width:106px;
background-repeat:no-repeat;
}
#m_infographie{
background-image:url(../images/boutons/infographie_off.jpg);
height:25px;
width:106px;
background-repeat:no-repeat;
}
#m_infographie a:hover{
background-image:url(../images/boutons/infographie_on.jpg);
height:25px;
width:106px;
background-repeat:no-repeat;
}
#m_3d_audiovisuel{
background-image:url(../images/boutons/3D_audiovisuel_off.jpg);
height:25px;
width:106px;
background-repeat:no-repeat;
}
#m_3d_audiovisuel a:hover{
background-image:url(../images/boutons/3D_audiovisuel_on.jpg);
height:25px;
width:106px;
background-repeat:no-repeat;
}
#m_applications{
background-image:url(../images/boutons/applications_off.jpg);
height:25px;
width:106px;
background-repeat:no-repeat;
}
#m_applications a:hover{
background-image:url(../images/boutons/applications_on.jpg);
height:25px;
width:106px;
background-repeat:no-repeat;
}