Jump to content

Problème entre le menu et le slider


Recommended Posts

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

/*** 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...