Miryam68 Posted September 17, 2012 Share Posted September 17, 2012 Bonjour Lorsqu'on clique sur catégorie (http://www.bijouifique.com) le menu déroulant passe en dessous du slider , je ne comprends pas d'où vient le problème Merci Link to comment Share on other sites More sharing options...
zolt Posted September 17, 2012 Share Posted September 17, 2012 Bonjour Ton slider est en z-index: 6; Ça priorité est d'apparaitre a 6 positions au-dessus de ton menue. Édite ton CSS et ajoute un z-index: 7; a ton menue .sf-contener { clear: both; float: right; width: 690px; } Remplace par: .sf-contener { clear: both; float: right; width: 690px; z-index: 7; } Cordialement Link to comment Share on other sites More sharing options...
Miryam68 Posted September 18, 2012 Author Share Posted September 18, 2012 Bonjour, Merci beaucoup. Je l'ai placé , j'ai même essayer avec mais rien, j'ai activé la compilation ect Link to comment Share on other sites More sharing options...
Miryam68 Posted September 18, 2012 Author Share Posted September 18, 2012 /*** ESSENTIAL STYLES ***/ .sf-contener { clear: both; float: right; width: 690px; z-index: 7; } .sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; } .sf-menu { float: right; width: 610px; line-height: 1.8; } .sf-menu a { display: block; font-size: 11px; height: 49px; line-height: 49px; padding: 0 1em; position: relative; Malheursement ça ne marche pas Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now