Snade Posted March 16, 2010 Share Posted March 16, 2010 Hello everyone,I'm looking for some help with my latest project - http://mgshop.bg/The drop down menu is going under the image of the "slide show". I'm looking at the top menu code for almost an hour, but I can't figure it out how can I make it show above ??10x in advance Link to comment Share on other sites More sharing options...
razaro Posted March 16, 2010 Share Posted March 16, 2010 Add z-index of menu in modules/blocktopmenu/css/superfish-modified.css .sf-menu { ..... z-index:5; ... } Link to comment Share on other sites More sharing options...
Snade Posted March 16, 2010 Author Share Posted March 16, 2010 Thank you very much for the assistance but,I've tried to put this code in several different ways, but if I exclude when it bugs, the best I get i vertical menu. There is no .sf-menu string in the code, so I've also tried to add it, but again, noting good happens. And always the menu is under the picture of the slideshow.Probably the problem is in me Can you give me a bigger "slice" of the code where I should put it ?10x again Link to comment Share on other sites More sharing options...
razaro Posted March 16, 2010 Share Posted March 16, 2010 Css file should be in ..modules/blocktopmenu/css/superfish-modified.cssHere is beginning /*** ESSENTIAL STYLES ***/ .sf-contener { clear: both; width:100%; border-top:4px solid #81A8B8; } .sf-right { margin-right: 14px; float: right; width: 7px; } .sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; } .sf-menu { width:100%; float:left; height: 36px; line-height: 1.2; z-index:5; /* <- this is added */ } I tried it on your site but you change it now.And if you use Firefox download plugin Firebug Link to comment Share on other sites More sharing options...
JustStarted Posted March 31, 2010 Share Posted March 31, 2010 Hi, Actually you need to add z-index in the following block as well. Hope it will solve your problem.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; z-index:5; /* ADD THE ZINDEX HERE */} Link to comment Share on other sites More sharing options...
ilovekutchi.com Posted December 13, 2010 Share Posted December 13, 2010 This is a problem that happens with IE7 (and IE8 in compatibility mode) and, for me, the solution was to add "z-index:100" to ".sf-contener {}" in superfish-modified.cssCheers! Link to comment Share on other sites More sharing options...
Mr.Henrique Posted November 26, 2012 Share Posted November 26, 2012 Hi everyone. I'm having the same problem here: www.papelariaveloso.com I already tried to add z-index:1000 to .sf-menu, .sf-menu * { ... and the other solutions in this topic. Nothing seems to work :/ Can you help me please? Thanks. 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