Jump to content

Problème superposition menu sous catégories [RESOLU]


Recommended Posts

Après un epu de recherche de ma part voici la solution/

Aller dans le css du template puis superfish.css

Dans le code vous aurez une partie skin à modifier :

Ligne 99 pour mon css et changer le width pour augmenter l'ombre puis aller à la ligne 174 environ et effectuer la même chose selon votre goût


.sf-menu li li {
   background:        #B6B6B6;
   border-bottom:    1px solid #fff;
   border-left:    1px solid #fff;
   width:          165px;
   line-height:15px;
       filter:alpha(opacity=95);
   -moz-opacity: 0.95;
   opacity: 0.95;

}




.sf-shadow ul {
   background:    url('../img/shadow.png') no-repeat bottom right;
   padding: 0 8px 9px 0;
   [color=red]width:         [size=3] 165p[/size]x;[/color]
   -moz-border-radius-bottomleft: 17px;
   -moz-border-radius-topright: 17px;
   -webkit-border-top-right-radius: 17px;
   -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
   background: transparent;
}

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...