Rayan Posted March 5, 2011 Share Posted March 5, 2011 I've attached 2 images. Please see them and you'll know what I am trying to say. The drop down menu comes behind the Jquery Banner.....What the hell is this now.....Damn....Folks please help.... Link to comment Share on other sites More sharing options...
Rayan Posted March 6, 2011 Author Share Posted March 6, 2011 I've attached 2 images. Please see them and you'll know what I am trying to say. The drop down menu comes behind the Jquery Banner.....What the hell is this now.....Damn....Folks please help.... FOlks please reply....am stuck with this overlapping issue.... Link to comment Share on other sites More sharing options...
Rayan Posted March 6, 2011 Author Share Posted March 6, 2011 I have a total of 50 views of this thread but none has replied...WWhy???? Is it that I haven't explained the issue properly or something....atleast post a reply guys.... Link to comment Share on other sites More sharing options...
fitgura Posted March 6, 2011 Share Posted March 6, 2011 try to look around the module's CSS (what contains the sofa picture) and the juery menu's css and increase the Z coordinate to 1000 Link to comment Share on other sites More sharing options...
Rayan Posted March 6, 2011 Author Share Posted March 6, 2011 try to look around the module's CSS (what contains the sofa picture) and the juery menu's css and increase the Z coordinate to 1000 THe jquery banner is in the EDITORIAL.TPLThe top horizontal menu if of Julien Brenx Free Module....Could you please explain in a more elaborate way...I didnt get u Link to comment Share on other sites More sharing options...
Radu Posted March 6, 2011 Share Posted March 6, 2011 can you send us a link you the website please? Link to comment Share on other sites More sharing options...
Rayan Posted March 6, 2011 Author Share Posted March 6, 2011 can you send us a link you the website please? Radu it's on localhost...not live...am sorry Link to comment Share on other sites More sharing options...
Radu Posted March 6, 2011 Share Posted March 6, 2011 you can also try to increase the zIndex dynamically$('.menu').zIndex=1000; Link to comment Share on other sites More sharing options...
Rayan Posted March 6, 2011 Author Share Posted March 6, 2011 you can also try to increase the zIndex dynamically$('.menu').zIndex=1000; Can you please tell me which file to edit? I've edited the MODULE CSS file but it didn't work... Link to comment Share on other sites More sharing options...
Radu Posted March 6, 2011 Share Posted March 6, 2011 it shouldn't be done exactly like that.the selector class .menu should be addapted to match your menu's class.you can add thisinside a javascript tag: $(document).ready(function({ $('.menu').zIndex=1000; })); in header.tpl will be ok-------also in global.css try adding the .menu {z-index: 1000;} assuming .menu is the classname you use for the menu Link to comment Share on other sites More sharing options...
Rayan Posted March 6, 2011 Author Share Posted March 6, 2011 it shouldn't be done exactly like that.the selector class .menu should be addapted to match your menu's class.you can add thisinside a javascript tag:$(document).ready(function({ $('.menu').zIndex=1000; })); in header.tpl will be ok-------also in global.css try adding the .menu {z-index: 1000;} assuming .menu is the classname you use for the menu Nope...am not able to do it.... Link to comment Share on other sites More sharing options...
Radu Posted March 6, 2011 Share Posted March 6, 2011 then when you upload the site online let us know. You can upload it in a temporary location. Link to comment Share on other sites More sharing options...
Rayan Posted March 6, 2011 Author Share Posted March 6, 2011 then when you upload the site online let us know. You can upload it in a temporary location. Okay radu...thanks for your help/ Link to comment Share on other sites More sharing options...
nathanielleee Posted July 21, 2011 Share Posted July 21, 2011 Ive done that but now my main categories are showing ABOVE the sub-categories which is making it hard to read.Website is www.ApostolicCo.com Link to comment Share on other sites More sharing options...
Radu Posted July 21, 2011 Share Posted July 21, 2011 it shows ok with me, or maybe I am not looking where I should? 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