Topic: Drop down menu being cut off [SOLVED]

http://www.weddingphotographersanfranci … arlene.htm

Before I purchase Pro version I just want to make sure this is easily fixed.  In full screen, my dropdown menus are blocked by the Juicebox gallery.  Thanks

Re: Drop down menu being cut off [SOLVED]

Just make sure that your CSS menu has a high enough z-index value so that it is stacked on top of all gallery elements.

In your 'menu.css' file, on line 34 you have the following CSS:

#cssmenu > ul > li {
  float: left;
}

Just add z-index: 9999; to this section (as follows) and your menu should appear on top of your gallery.

#cssmenu > ul > li {
  float: left;
  z-index: 9999;
}

This should hopefully solve your problem.

Re: Drop down menu being cut off [SOLVED]

Genius!  Thank you so much.  Going to purchase the Pro version now.

Re: Drop down menu being cut off [SOLVED]

You're welcome!

I hope you get on well with Juicebox-Pro.
Be sure to check out the Getting Started guide which has a short 'Upgrading To Pro' support section.