DDD Posted May 5, 2010 Share Posted May 5, 2010 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.seHave anyone found a solution on this?Best regardsHans Link to comment Share on other sites More sharing options...
DDD Posted May 8, 2010 Author Share Posted May 8, 2010 Is it really that hard to solve? There must be others that have used Black & White and managed to solve this? Link to comment Share on other sites More sharing options...
razaro Posted May 8, 2010 Share Posted May 8, 2010 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 More sharing options...
DDD Posted May 9, 2010 Author Share Posted May 9, 2010 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 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