Jump to content

Drop DOwn Behind Jquery banner..>Please Help..SEe pics attached...


Recommended Posts

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

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

The 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

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

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

  • 4 months later...

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