Jump to content

(SOLVED) Black & White menu problem


Recommended Posts

I'm having problems with the drop down meny of the Black & white theme. It should always be on top of other information but unfortunatly both the slider and the even articles in the category page.

See the attached pictures or check www.drakfisken.se

Have anyone found a solution on this?

Best regards

Hans

23044_33j8MaSpvXdja7LJQPI5_t

23045_YUCEQyTBsfzAvs6R6vK0_t

Link to comment
Share on other sites

You need to add z-index to menu in superfish-modified.css(line 14)

.sf-menu, .sf-menu * {
list-style:none outside none;
margin:0;
padding:0;
z-index:9999;
}



Also you should change left offset of submenus need to match from 10em to 14em,
because some of categiries have longer names then list item.
So change to

.sf-menu ul {
   position:        absolute;
   top:            -999em;
   width:            14em; /* left offset of submenus need to match (see below) */

...
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
   left:            14em; /* match ul width */

....
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
   left:            14em; /* match ul width */
   top:            0;

Link to comment
Share on other sites

BIG BIG THANKS to you Razaro!

And I really like your Add to cart image transfer effect! Don't know if that possible to achieve on my site?? But that's a questions for the other thread. This problem is finally SOLVED! :)

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